X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..47e2f12c38e6538bd5d1e272d7851ea241443c8e:/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 index 87450a20c..03131c713 100755 --- a/src/wolnelektury/templates/piston/authorize_token.html +++ b/src/wolnelektury/templates/piston/authorize_token.html @@ -1,18 +1,20 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %} {% block body %} -

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

+

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

-
-

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

+
+

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

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