X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/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 deleted file mode 100644 index 9123310d9..000000000 --- a/apps/funding/templates/funding/disable_notifications.html +++ /dev/null @@ -1,34 +0,0 @@ -{% 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 %}