move piston out to requirements
[wolnelektury.git] / apps / piston / templates / piston / authorize_token.html
diff --git a/apps/piston/templates/piston/authorize_token.html b/apps/piston/templates/piston/authorize_token.html
deleted file mode 100644 (file)
index 3507e55..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% 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" />
-       </head>
-       <body>
-               <h1>WolneLektury.pl - {% trans "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>