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 72b7c29..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load fnp_share %}
-
-{% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %}
-
-{% block body %}
-
-<h1>{% trans "Thank you!" %}</h1>
-<div class="white-box normal-text">
-
-{% trans "Thank you for your support!" %}
-
-{% if offer.is_win %}
-    <p>{% trans "Full amount was successfully raised!" %}</p>
-
-    <p>{% blocktrans with due=offer.due end=offer.end %}The fundraiser
-            ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}</p>
-{% else %}
-    <p>{% blocktrans with b=object.title due=offer.due end=offer.end %}Your
-    donation will be spent on publishing
-    the book {{ b }} if the full amount is raised by {{ end }}.
-    The book will then be published by {{ due }}.{% endblocktrans %}</p>
-{% endif %}
-
-<p>{% include "funding/snippets/any_remaining.html" %}</p>
-
-{% url 'funding_current' as current %}
-<p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
-
-
-<p>{% trans "Tell your friends!" %}</p>
-
-<p>{% share current _("I support Wolne Lektury.") %}</p>
-
-</div>
-
-
-{% endblock %}