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 e2444de..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "simple_base.html" %}
-{% load i18n %}
-
-{% block "title" %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %}
-
-{% block "body" %}
-    <h1>{% trans "Authorize access to Wolne Lektury" %}</h1>
-
-    <p>{% blocktrans %}Confirm to authorize access to Wolne Lektury as user <strong>{{ user}}</strong>.{% endblocktrans %}</p>
-
-    <form action="{% url piston.authentication.oauth_user_auth %}" method="POST">
-      {{ form.as_p }}
-      <button type="submit">Confirm</button>
-    </form>
-{% endblock %}