X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72959c8d0c74c83da56f8b1a86ec6d915d3fe57c..9a5423b58158ae6d970cdd7a3dc25e5559aa374a:/apps/funding/templates/funding/disable_notifications.html diff --git a/apps/funding/templates/funding/disable_notifications.html b/apps/funding/templates/funding/disable_notifications.html new file mode 100755 index 000000000..9123310d9 --- /dev/null +++ b/apps/funding/templates/funding/disable_notifications.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% load i18n %} +{% load fnp_share %} + +{% block titleextra %}{% trans "Payment failed" %}{% 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 %} +

+ + +
+ + +{% endblock %}