1 {% extends "base.html" %}
5 {% block titleextra %}{% trans "Thank you!" %}{% endblock %}
9 <h1>{% trans "Thank you!" %}</h1>
10 <div class="white-box normal-text">
12 {% trans "Thank you for your support!" %}
14 {% url 'funding_current' as c %}
15 <p>{% blocktrans %}Your support will appear on the <a href="{{ c }}">
16 current fundraiser page</a> shortly.{% endblocktrans %}</p>
19 <p>{% trans "Tell your friends about the fundraiser!" %}</p>
21 <p>{% share current _("I support Wolne Lektury.") %}</p>