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