minor fix
[wolnelektury.git] / apps / piston / templates / piston / authorize_token.html
index d3ec588..59c09e3 100644 (file)
@@ -1,17 +1,15 @@
-{% load i18n %}
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">
 <html>
        <head>
-               <title>{% trans "Authorize Token" %}</title>
-               <link rel="stylesheet" href="/static/css/mobile.css" media="handheld, only screen and (max-device-width:480px)"/>
-               <meta name="viewport" content="width=320" />
+               <title>Authorize Token</title>
        </head>
        <body>
-               <h1>WolneLektury.pl - {% trans "Authorize Token" %}</h1>
-        <form action="{% url piston.authentication.oauth_user_auth %}" method="post">
+               <h1>Authorize Token</h1>
+
+        <form action="{% url piston.authentication.oauth_user_auth %}" method="POST">
             {{ form.as_table }}
-            <input type="submit" value="{% trans "Confirm" %}" />
         </form>
+
        </body>
-</html>
\ No newline at end of file
+</html>