X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/10dc1a5e84d23582a58ead2551ddf54a66b94496..cf4049b3e2a405df73926d3a806f715de685b5cb:/src/api/templates/oauth/authorize_token.html?ds=sidebyside diff --git a/src/api/templates/oauth/authorize_token.html b/src/api/templates/oauth/authorize_token.html old mode 100755 new mode 100644 index e54f70136..488183982 --- a/src/api/templates/oauth/authorize_token.html +++ b/src/api/templates/oauth/authorize_token.html @@ -1,20 +1,26 @@ -{% extends "base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} -{% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %} +{% block settings %} + {% load title %} + {% trans "Zezwól na dostÄp do Wolnych Lektur" as title %} + {% title title %} +{% endblock %} + +{% block titleextra %}{% trans "Zezwól na dostÄp do Wolnych Lektur" %}{% endblock %} {% block body %} -
- {% blocktrans %}Confirm to authorize access to Wolne Lektury as user {{ user}}.{% endblocktrans %} + {% blocktrans %}Potwierdź dostÄp do Wolnych Lektur jako użytkownik {{ user }}.{% endblocktrans %}