1 {% extends "base.html" %}
3 {% load funding_tags %}
8 {% if object.payed_at %}
9 {% trans "Thank you!" %}
19 {% if object.payed_at %}
21 <h1>{% trans "Thank you!" %}</h1>
22 <div class="white-box normal-text">
24 {% trans "Thank you for your support!" %}
28 {% url 'funding_current' as current %}
29 <p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
31 {% url 'funding_current' as current %}
32 <p>{% share current 'y' %}</p>
43 <div class="white-box normal-text">
44 <form action="{% url 'getpaid-new-payment' currency='PLN' %}" method="post">
46 {{ payment_form.as_p }}
47 <input type="submit" value="Continue">