paypal subscriptions - stub
[wolnelektury.git] / src / paypal / templates / paypal / error.html
diff --git a/src/paypal/templates/paypal/error.html b/src/paypal/templates/paypal/error.html
new file mode 100644 (file)
index 0000000..557284b
--- /dev/null
@@ -0,0 +1,5 @@
+<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