adapt to new migdal and fnpdjango
[prawokultury.git] / shop / templates / shop / no_thanks.html
index 007c28d..300c4cd 100644 (file)
@@ -4,12 +4,15 @@
 
 {% block titleextra %}{% trans "Payment failed" %}{% endblock %}
 
-{% block "body" %}
+{% block body %}
 
 <h1>{% trans "Payment failed" %}</h1>
 
-<p>{% trans "You're support has not been processed successfully." %}</p>
+<div class="normal">
 
+<p>{% trans "You're support has not been processed successfully." %}</p>
 
+<p>{% trans "Go back to:" %} <a href="{{ object.order.get_absolute_url }}">{{ object.order.offer }}</a>.</p>
+</div>
 
 {% endblock %}