I18n.
[wolnelektury.git] / src / club / templates / club / thanks.html
1 {% extends request.session.from_app|yesno:"base/app.html,base/base.html" %}
2 {% load chunks %}
3 {% load i18n %}
4
5
6 {% block titleextra %}{% trans "Towarzystwo Przyjaciół Wolnych Lektur" %}{% endblock %}
7
8
9 {% block body %}
10
11
12 <div class="white-box normal-text">
13
14   <h1>{% trans "Thank you" %}</h1>
15
16   {% chunk 'club_thanks' %}
17
18   {% if request.session.from_app %}
19     <a href="wolnelekturyapp://paypal_return">{% trans "Go back to the app %}</a>
20   {% endif %}
21
22 </div>
23
24 {% endblock %}