Merge branch 'master' of github.com:fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / piston / authorize_token.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3   <head>
4     <title>Authorize Token</title>
5   </head>
6   <body>
7     <h1>Authorize Token</h1>
8
9     <form action="{% url piston.authentication.oauth_user_auth %}" method="POST">
10       {{ form.as_table }}
11       <button type="submit">Confirm</button>
12     </form>
13
14   </body>
15 </html>