X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/funding/templates/funding/no_thanks.html diff --git a/src/funding/templates/funding/no_thanks.html b/src/funding/templates/funding/no_thanks.html index 3c8db166e..a8f2af179 100644 --- a/src/funding/templates/funding/no_thanks.html +++ b/src/funding/templates/funding/no_thanks.html @@ -1,23 +1,16 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} {% load fnp_share %} {% block titleextra %}{% trans "Payment failed" %}{% endblock %} {% block body %} - -

{% trans "Payment failed" %}

-
- -

{% trans "You're support has not been processed successfully." %}

- -{% url 'funding_current' as current %} -

-{% blocktrans with current=current %}Return to the current fundraiser and try again or try to use a different payment method.{% endblocktrans %} -

- - -
- - +

{% trans "Payment failed" %}

+
+

{% trans "You're support has not been processed successfully." %}

+ {% url 'funding_current' as current %} +

+ {% blocktrans with current=current %}Return to the current fundraiser and try again or try to use a different payment method.{% endblocktrans %} +

+
{% endblock %}