X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..16faf95f77bf43f8055c15865d6c53d00740d521:/wolnelektury/templates/piston/authorize_token.html diff --git a/wolnelektury/templates/piston/authorize_token.html b/wolnelektury/templates/piston/authorize_token.html index ba28adc4a..e2444de87 100755 --- a/wolnelektury/templates/piston/authorize_token.html +++ b/wolnelektury/templates/piston/authorize_token.html @@ -1,15 +1,15 @@ - - - - Authorize Token - - -

Authorize Token

+{% extends "simple_base.html" %} +{% load i18n %} + +{% block "title" %}{% 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 %}