X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73e3cc6c4b80f1afbfc78fc7ccd6f6cfc90b719c..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/piston/authorize_token.html diff --git a/wolnelektury/templates/piston/authorize_token.html b/wolnelektury/templates/piston/authorize_token.html index ba28adc4a..4e4520734 100755 --- a/wolnelektury/templates/piston/authorize_token.html +++ b/wolnelektury/templates/piston/authorize_token.html @@ -1,15 +1,17 @@ - - - - Authorize Token - - -

Authorize Token

+{% extends "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 %}

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