Code layout change.
[wolnelektury.git] / apps / funding / templates / funding / no_thanks.html
diff --git a/apps/funding/templates/funding/no_thanks.html b/apps/funding/templates/funding/no_thanks.html
deleted file mode 100755 (executable)
index 64ff3c8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load fnp_share %}
-
-{% block titleextra %}{% trans "Payment failed" %}{% endblock %}
-
-{% block body %}
-
-<h1>{% trans "Payment failed" %}</h1>
-<div class="white-box normal-text">
-
-<p>{% trans "You're support has not been processed successfully." %}</p>
-
-
-{% url 'funding_current' as current %}
-
-<p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
-
-</div>
-
-
-{% endblock %}