X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c6537f136f4ec0230f5e7c71dd1abf9616151a47..758943d9c9bc7aafb8262ee265018502f2db469d:/src/api/templates/oauth/authorize_token.html?ds=inline diff --git a/src/api/templates/oauth/authorize_token.html b/src/api/templates/oauth/authorize_token.html index e54f70136..49dd098ea 100644 --- a/src/api/templates/oauth/authorize_token.html +++ b/src/api/templates/oauth/authorize_token.html @@ -1,6 +1,12 @@ -{% extends "base/base.html" %} +{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans "Authorize access to Wolne Lektury" as title %} + {% title title %} +{% endblock %} + {% block titleextra %}{% trans "Authorize access to Wolne Lektury" %}{% endblock %} {% block body %}