18 lines
		
	
	
		
			558 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			558 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <title>Can Haz Perms?</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     {% if has_credentials %}
 | |
|     <p>Thanks for granting us permission. Please <a href="/followers">proceed to the main
 | |
|       application</a>.</p>
 | |
|     {% else %}
 | |
|     <p><a href="{{ url }}">Grant</a> this application permission to read your
 | |
|     Buzz 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>
 | 
