Merge branch 'reflow'
[wolnelektury.git] / apps / funding / templates / funding / thanks.html
diff --git a/apps/funding/templates/funding/thanks.html b/apps/funding/templates/funding/thanks.html
deleted file mode 100755 (executable)
index f3ca19f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load fnp_share %}
-
-{% block titleextra %}{% trans "Thank you!" %}{% endblock %}
-
-{% block body %}
-
-<h1>{% trans "Thank you!" %}</h1>
-<div class="white-box normal-text">
-
-{% trans "Thank you for your support!" %}
-
-
-
-{% url 'funding_current' as current %}
-<p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
-
-{% url 'funding_current' as current %}
-<p>{% share current 'y' %}</p>
-
-</div>
-
-
-{% endblock %}