X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/468c2e650c854ffa691afc73aa1f41ce61283cdb..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/paypal/templates/paypal/form.html diff --git a/src/paypal/templates/paypal/form.html b/src/paypal/templates/paypal/form.html index b2e6a0c7d..92a755a8b 100644 --- a/src/paypal/templates/paypal/form.html +++ b/src/paypal/templates/paypal/form.html @@ -1,13 +1,25 @@ {% extends "base/base.html" %} {% load i18n %} +{% load chunks %} +{% load static from static %} -{% block title %}{% trans "Subscription" %}{% endblock %} +{% block title %}{% trans "Wolne Lektury Friend Club" %}{% endblock %} {% block body %} -
- {% csrf_token %} - {{ form.as_p }} - {# paypal submit button #} - -
-{% endblock %} \ No newline at end of file +
+

{% 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 %}