rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / piston / authorize_token.html
diff --git a/wolnelektury/templates/piston/authorize_token.html b/wolnelektury/templates/piston/authorize_token.html
deleted file mode 100755 (executable)
index ba28adc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-  <head>
-    <title>Authorize Token</title>
-  </head>
-  <body>
-    <h1>Authorize Token</h1>
-
-    <form action="{% url piston.authentication.oauth_user_auth %}" method="POST">
-      {{ form.as_table }}
-      <button type="submit">Confirm</button>
-    </form>
-
-  </body>
-</html>