Remove old version.
[wolnelektury.git] / src / club / templates / club / thanks.html
diff --git a/src/club/templates/club/thanks.html b/src/club/templates/club/thanks.html
deleted file mode 100644 (file)
index a527d00..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %}
-{% load chunks %}
-{% load i18n %}
-
-
-{% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %}
-
-
-{% block body %}
-
-
-  <div class="white-box normal-text">
-
-    <h1>{% trans "Thank you" %}</h1>
-
-    {% chunk 'club_thanks' %}
-
-    {% if request.session.from_app %}
-      <a href="wolnelekturyapp://paypal_return">{% trans "Go back to the app" %}</a>
-  {% endif %}
-
-</div>
-
-{% endblock %}