X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..149ca28f533a257ed8034f88a615c8d7abbc9f69:/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..ca62ad4fb 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 request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.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 %}