X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/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 index 60e5abd03..488183982 100644 --- a/src/api/templates/oauth/authorize_token.html +++ b/src/api/templates/oauth/authorize_token.html @@ -3,24 +3,24 @@ {% block settings %} {% load title %} - {% trans "Authorize access to Wolne Lektury" as title %} + {% trans "Zezwól na dostęp do Wolnych Lektur" as title %} {% title title %} {% endblock %} -{% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %} +{% block titleextra %}{% trans "Zezwól na dostęp do Wolnych Lektur" %}{% endblock %} {% block body %} -

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

+

{% trans "Zezwól na dostęp do Wolnych Lektur" %}

- {% blocktrans %}Confirm to authorize access to Wolne Lektury as user {{ user}}.{% endblocktrans %} + {% blocktrans %}Potwierdź dostęp do Wolnych Lektur jako użytkownik {{ user }}.{% endblocktrans %}

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