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

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

- -
-
-
-
-
- -
- {% for method in schedule.get_payment_methods %} - {% invite_payment method schedule %} - {% endfor %} -
-
-
-

Możesz też ustawić stały przelew na konto:

-
-
-
nazwa odbiorcy
-

Fundacja Wolne Lektury

- - -
-
-
adres odbiorcy
-

ul. Marszałkowska 84/92 lok. 125, 00-514 Warszawa

- - -
-
-
numer konta
-

75 1090 2851 0000 0001 4324 3317

- - -
-
-
tytuł przelewu
-

Darowizna na Wolne Lektury + twoja nazwa użytkownika lub e-mail

- - -
-
-
wpłaty w EUR
-

PL88 1090 2851 0000 0001 4324 3374

- - -
-
-
Wpłaty w USD
-

PL82 1090 2851 0000 0001 4324 3385

- - -
-
-
SWIFT
-

WBKPPLPP

- - -
-
-
-
- Powrót -
-
-
-
-
- - Bezpieczne płatności zapewniają: - PayU Visa MasterCard - {% if club.paypal_enabled %} - PayPal - {% endif %} -
-{% endblock %}