Remove piston residue.
[wolnelektury.git] / src / wolnelektury / templates / piston / authorize_token.html
diff --git a/src/wolnelektury/templates/piston/authorize_token.html b/src/wolnelektury/templates/piston/authorize_token.html
deleted file mode 100755 (executable)
index 03131c7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "base/base.html" %}
-{% load i18n %}
-
-{% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %}
-
-{% block body %}
-  <h1>{% trans "Authorize access to Wolne Lektury" %}</h1>
-
-  <div class="normal-text">
-    <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">
-      {% csrf_token %}
-      {{ form.as_p }}
-      <button type="submit">{% trans "Confirm" %}</button>
-    </form>
-  </div>
-{% endblock %}