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 de8382f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "base/base.html" %}
-{% load i18n %}
-
-{% block title %}{% trans "Subscription" %}{% endblock %}
-
-{% block body %}
-  {# https://www.facebook.com/sharer/sharer.php?u=https%3A//wolnelektury.pl{% url 'paypal_form' %} #}
-  {% if user.is_authenticated %}
-    <form method="post">
-      {% csrf_token %}
-      {{ form.as_p }}
-      {# paypal submit button #}
-      <button type="submit">{% trans "Subscribe with PayPal" %}</button>
-    </form>
-  {% else %}
-    {% trans "You must be logged in to subscribe." %}
-  {% endif %}
-{% endblock %}
\ No newline at end of file