Remove old version.
[wolnelektury.git] / src / paypal / templates / paypal / form.html
diff --git a/src/paypal/templates/paypal/form.html b/src/paypal/templates/paypal/form.html
deleted file mode 100644 (file)
index b2e6a0c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% 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