paypal subscriptions - stub
[wolnelektury.git] / src / paypal / templates / paypal / form.html
diff --git a/src/paypal/templates/paypal/form.html b/src/paypal/templates/paypal/form.html
new file mode 100644 (file)
index 0000000..b2e6a0c
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "base/base.html" %}
+{% load i18n %}
+
+{% block title %}{% trans "Subscription" %}{% endblock %}
+
+{% block body %}
+  <form method="post">
+    {% csrf_token %}
+    {{ form.as_p }}
+    {# paypal submit button #}
+    <button type="submit">{% trans "Subscribe with PayPal" %}</button>
+  </form>
+{% endblock %}
\ No newline at end of file