X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3113db892c4fefeb37b5d1f75a37e84ba0f8f776..fbe0f421e3eef997ed79a0d8d8443bf84ae205b3:/src/club/templates/club/2022/donation_step1_form.html diff --git a/src/club/templates/club/2022/donation_step1_form.html b/src/club/templates/club/2022/donation_step1_form.html index 2f9886959..cfdd5d387 100644 --- a/src/club/templates/club/2022/donation_step1_form.html +++ b/src/club/templates/club/2022/donation_step1_form.html @@ -20,18 +20,15 @@ {% with amounts=club.get_amounts %}
{% for amount in amounts.single %} -
-
-

{{ amount.amount }} zł

-
- -
-
- {% if amount.description %} -
+
+ +

{{ amount.amount }} zł

+
+ {% if amount.description %}

{{ amount.description|safe }}

-
- {% endif %} + {% endif %} + +
{% endfor %} {% for amount in amounts.monthly %} -
+

{{ amount.amount }} zł /mies.

-

{{ amount.description|safe }}

+ {% if amount.description %} +

{{ amount.description|safe }}

+ {% endif %}