missing files
[wolnelektury.git] / apps / piston / templates / piston / authorize_token.html
1 {% load i18n %}
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 "http://www.w3.org/TR/html4/strict.dtd">
4 <html>
5         <head>
6                 <title>{% trans "Authorize Token" %}</title>
7                 <link rel="stylesheet" href="/static/css/mobile.css" media="handheld, only screen and (max-device-width:480px)"/>
8                 <meta name="viewport" content="width=320" />
9         </head>
10         <body>
11                 <h1>WolneLektury.pl - {% trans "Authorize Token" %}</h1>
12         <form action="{% url piston.authentication.oauth_user_auth %}" method="post">
13             {{ form.as_table }}
14             <input type="submit" value="{% trans "Confirm" %}" />
15         </form>
16         </body>
17 </html>