paypal subscriptions - stub
[wolnelektury.git] / src / paypal / templates / paypal / cancel.html
diff --git a/src/paypal/templates/paypal/cancel.html b/src/paypal/templates/paypal/cancel.html
new file mode 100644 (file)
index 0000000..4599799
--- /dev/null
@@ -0,0 +1,6 @@
+{% extends "base/base.html" %}
+{% load i18n %}
+
+{% block body %}
+  <p>{% trans "Zrezygnowano z płatności :(" %}</p>
+{% endblock %}
\ No newline at end of file