X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/club/templates/club/2022/donation_step2.html diff --git a/src/club/templates/club/2022/donation_step2.html b/src/club/templates/club/2022/donation_step2.html deleted file mode 100644 index 4f43b84fb..000000000 --- a/src/club/templates/club/2022/donation_step2.html +++ /dev/null @@ -1,117 +0,0 @@ -{% extends 'club/2022/donation_step_base.html' %} - -{% load static %} - - -{% block donation-jumbo-image %}{% static '2022/images/checkout-img-2.jpg' %}{% endblock %} - - -{% block donation-step-content %} - -
-
-
-

- {{ schedule.amount|floatformat }} zł - {% if schedule.monthly %} - /mies. - {% endif %} -

- -

{{ schedule.get_description }}

-
-
-
- -
- {% csrf_token %} - {{ form.errors }} - {{ form.amount }} - {{ form.monthly }} -
-
-
- - {{ form.first_name }} - {{ form.first_name.errors }} -
-
- - {{ form.last_name }} - {{ form.last_name.errors }} -
-
-
-
- - {{ form.email }} - {{ form.email.errors }} -
-
- - {{ form.phone }} - {{ form.phone.errors }} -
-
-
-
- - {{ form.postal }} - {{ form.postal.errors }} -
-
-
-
- - {{ form.postal_code }} - {{ form.postal_code.errors }} -
-
- - {{ form.postal_town }} - {{ form.postal_town.errors }} -
-
-
-
- - {{ form.postal_country }} - {{ form.postal_country.errors }} -
-
-
- {% for consent, key, field in form.consent %} - {{ field.errors }} -
- {{ field }} - -
- {% endfor %} -
- {{ form.agree_newsletter }} - -
-
-
- Powrót -
- -
-
-
-
-
-
-
- - Bezpieczne płatności zapewniają: - PayU Visa MasterCard - {% if club.paypal_enabled %} - PayPal - {% endif %} -
-{% endblock %}