Remove old version.
[wolnelektury.git] / src / paypal / templates / paypal / return.html
diff --git a/src/paypal/templates/paypal/return.html b/src/paypal/templates/paypal/return.html
deleted file mode 100644 (file)
index 7c6d576..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base/base.html" %}
-{% load i18n %}
-
-{% block body %}
-  {% if resource.error %}
-    {% include "paypal/error.html" with error=resource.error %}
-  {% else %}
-    <p>{% trans "Dziękujemy, że jesteś z nami i pomagasz nam rozwijać Wolne Lektury!" %}</p>
-    <p>{% trans "Pamiętaj, że zawsze możesz się z nami skontaktować:" %} <a href="mailto:wolnelektury@nowoczesnapolska.org.pl">wolnelektury@nowoczesnapolska.org.pl</a></p>
-
-    <p>{% trans "Do przeczytania!" %}<br>{% trans "Zespół Wolnych Lektur" %}</p>
-  {% endif %}
-{% endblock %}
\ No newline at end of file