X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/funding/templates/funding/disable_notifications.html diff --git a/src/funding/templates/funding/disable_notifications.html b/src/funding/templates/funding/disable_notifications.html index 9123310d9..ce2b33097 100644 --- a/src/funding/templates/funding/disable_notifications.html +++ b/src/funding/templates/funding/disable_notifications.html @@ -1,34 +1,28 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} {% load fnp_share %} -{% block titleextra %}{% trans "Payment failed" %}{% endblock %} +{% block titleextra %}{% trans "Disable notifications" %}{% endblock %} {% block body %} - -

{% trans "Disable notifications" %}

-
- -{% if view.object.notifications %} - -

{% blocktrans with e=view.object.email %}Are you sure you want to disable notifications for address {{e}}?{% endblocktrans %}

-
- -
- -{% else %} - -

{% blocktrans with e=view.object.email %}Notifications for address {{e}} have been successfully disabled.{% endblocktrans %}

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

-{% blocktrans with current=current %}Return to the current fundraiser.{% endblocktrans %} -

- - -
- - +

{% trans "Disable notifications" %}

+
+ {% if view.object.notifications %} +

+ {% blocktrans with e=view.object.email %}Are you sure you want to disable notifications for address {{e}}?{% endblocktrans %} +

+
+ +
+ {% else %} +

+ {% blocktrans with e=view.object.email %}Notifications for address {{e}} have been successfully disabled.{% endblocktrans %} +

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

+ {% blocktrans with current=current %}Return to the current fundraiser.{% endblocktrans %} +

+
{% endblock %}