1 {% extends "base_simple.html" %}
6 {% trans "Zezwól na dostęp do Wolnych Lektur" as title %}
10 {% block titleextra %}{% trans "Zezwól na dostęp do Wolnych Lektur" %}{% endblock %}
13 <h1>{% trans "Zezwól na dostęp do Wolnych Lektur" %}</h1>
15 <div class="normal-text">
17 {% blocktrans %}Potwierdź dostęp do Wolnych Lektur jako użytkownik <strong>{{ user }}</strong>.{% endblocktrans %}
20 <form action="{% url 'oauth_user_auth' %}" method="POST">
23 <button type="submit">{% trans "Potwierdź" %}</button>