Joe Gregorio | aae127a | 2011-05-23 00:09:48 -0400 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
| 3 | <title>Can Haz Perms?</title> |
| 4 | </head> |
| 5 | <body> |
| 6 | {% if has_credentials %} |
Joe Gregorio | 7b70f43 | 2011-11-09 10:18:51 -0500 | [diff] [blame^] | 7 | <p>Thanks for granting us permission. Please <a href="/about">proceed to the main |
Joe Gregorio | aae127a | 2011-05-23 00:09:48 -0400 | [diff] [blame] | 8 | application</a>.</p> |
| 9 | {% else %} |
| 10 | <p><a href="{{ url }}">Grant</a> this application permission to read your |
| 11 | Buzz information and it will let you know how many followers you have.</p> |
| 12 | {% 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> |