File: auth_required.html

package info (click to toggle)
python-gdata 2.0.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,080 kB
  • sloc: python: 73,579; ansic: 150; sh: 33; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <title>Authorization Required</title>
  </head>
  <body>
    <p>Before this application can see your available blogs or post on a blog, you must allow this app to access your Blogger data. Please <a href="{{ auth_url }}">click here to authorize</a> this application.</p>
    <p>If you don't want to grant permission to this app, please <a href="{{ sign_out }}">sign out</a>.</p>
  </body>
</html>