X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9eeeeab0b4b72b405b2c2a6e69969537706535bf..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 f115ece6b..000000000 --- a/src/club/templates/club/2022/donation_step2.html +++ /dev/null @@ -1,114 +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ą: - -
-{% endblock %}