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 4e967fb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "base/base.html" %}
-{% load i18n %}
-
-{% block body %}
-  {% if resource.error %}
-    {% include "paypal/error.html" with error=resource.error %}
-  {% else %}
-    <p>{% trans "Płatność potwierdzona i zlecona do wykonania." %}</p>
-  {% endif %}
-{% endblock %}
\ No newline at end of file