File: grant.html

package info (click to toggle)
python-googleapi 2.182.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 533,852 kB
  • sloc: python: 11,076; javascript: 249; sh: 114; makefile: 59
file content (17 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head>
    <title>Can Haz Perms?</title>
  </head>
  <body>
    {% if has_credentials %}
    <p>Thanks for granting us permission. Please <a href="/about">proceed to the main
      application</a>.</p>
    {% else %}
    <p><a href="{{ url }}">Grant</a> this application permission to read your
    Google+ information and it will let you know how many followers you have.</p>
    {% endif %}
    <p>You can always <a
      href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens">revoke</a>
    permission at any time.</p>
  </body>
</html>