blob: aeb678b0e1fd779348c82269b4086ea108de58bf [file] [log] [blame]
Joe Gregorioaae127a2011-05-23 00:09:48 -04001<html>
2 <head>
3 <title>Can Haz Perms?</title>
4 </head>
5 <body>
6 {% if has_credentials %}
Joe Gregorio7b70f432011-11-09 10:18:51 -05007 <p>Thanks for granting us permission. Please <a href="/about">proceed to the main
Joe Gregorioaae127a2011-05-23 00:09:48 -04008 application</a>.</p>
9 {% else %}
10 <p><a href="{{ url }}">Grant</a> this application permission to read your
Joe Gregorio6ceea2d2012-08-24 11:57:58 -040011 Google+ information and it will let you know how many followers you have.</p>
Joe Gregorioaae127a2011-05-23 00:09:48 -040012 {% endif %}
13 <p>You can always <a
14 href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens">revoke</a>
15 permission at any time.</p>
16 </body>
17</html>