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