X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/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 index 92a755a8b..000000000 --- a/src/paypal/templates/paypal/form.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "base/base.html" %} -{% load i18n %} -{% load chunks %} -{% load static from static %} - -{% block title %}{% trans "Wolne Lektury Friend Club" %}{% endblock %} - -{% block body %} -
-

{% trans "Wolne Lektury Friend Club" %}

-

Poniżej możesz ustawić comiesięczną płatność (co najmniej 5 zł), aby dołączyć do Przyjaciół Wolnych Lektur.

- {# https://www.facebook.com/sharer/sharer.php?u=https%3A//wolnelektury.pl{% url 'paypal_form' %} #} - {% if user.is_authenticated %} -
- {% csrf_token %} - {{ form.amount.label_tag }}{{ form.amount }} - {# paypal submit button #} - -
- {% else %} - {% trans "You must be logged in to subscribe." %} - {% endif %} - {% chunk "klub_info" %} -
-{% endblock %}