X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..10dc1a5e84d23582a58ead2551ddf54a66b94496:/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 index a76823843..000000000 --- a/src/wolnelektury/templates/piston/authorize_token.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base/base.html" %} -{% load i18n %} - -{% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %} - -{% block body %} -

{% trans "Authorize access to Wolne Lektury" %}

- -
-

- {% blocktrans %}Confirm to authorize access to Wolne Lektury as user {{ user}}.{% endblocktrans %} -

- -
- {% csrf_token %} - {{ form.as_p }} - -
-
-{% endblock %}