From: Radek Czajka Date: Tue, 9 Dec 2025 14:37:12 +0000 (+0100) Subject: minor donation fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/43946f0f9b1254d0b2ad76d72fd8c7a7fcb6106c minor donation fix --- diff --git a/src/club/templates/club/donation_step1_form.html b/src/club/templates/club/donation_step1_form.html index e30fff8b2..49805559b 100644 --- a/src/club/templates/club/donation_step1_form.html +++ b/src/club/templates/club/donation_step1_form.html @@ -24,9 +24,6 @@
- {% if amount.description %} -

{{ amount.description|safe }}

- {% endif %}
@@ -42,9 +39,6 @@ {% for amount in amounts.monthly %}
- {% if amount.description %} -

{{ amount.description|safe }}

- {% endif %}
diff --git a/src/wolnelektury/templates/user_actions.html b/src/wolnelektury/templates/user_actions.html index 4cdf76598..1a804f18f 100644 --- a/src/wolnelektury/templates/user_actions.html +++ b/src/wolnelektury/templates/user_actions.html @@ -39,6 +39,5 @@ {% endif %} -{% if not request.user.membership %} - Wspieram! -{% endif %} +Wspieram! +