Remove old version.
[wolnelektury.git] / src / paypal / templates / paypal / error.html
diff --git a/src/paypal/templates/paypal/error.html b/src/paypal/templates/paypal/error.html
deleted file mode 100644 (file)
index 6214e90..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{% load i18n %}
-<h1>{% trans "PayPal Error" %}: {{ error.message }}</h1>
-{% for detail in error.details %}
-  <p>{{ detail.field }}: {{ detail.issue }}</p>
-{% endfor %}
-<p><a href="{{ error.information_link }}">{% trans "Learn more" %}</a></p>
\ No newline at end of file