From 43946f0f9b1254d0b2ad76d72fd8c7a7fcb6106c Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 9 Dec 2025 15:37:12 +0100 Subject: [PATCH] minor donation fix --- src/club/templates/club/donation_step1_form.html | 6 ------ src/wolnelektury/templates/user_actions.html | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) 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! + -- 2.20.1