From 0616af58378d6566a2f8d19dc74073c984153576 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Tue, 20 Feb 2024 21:12:41 +0200 Subject: [PATCH] Disable the download button --- backend/templates/v1/ngo/donations-view.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/backend/templates/v1/ngo/donations-view.html b/backend/templates/v1/ngo/donations-view.html index 18cc61e0..9d56ba4c 100644 --- a/backend/templates/v1/ngo/donations-view.html +++ b/backend/templates/v1/ngo/donations-view.html @@ -1,9 +1,9 @@ - +

Mai jos găsești o listă cu toate persoanele care au completat formularul de redirecționare:

- + {% for key, value in donors.items() %} {% if value or key == current_year %} @@ -23,8 +23,10 @@ Organizația ta nu a primit niciun formular semnat digital încă, prin urmare nu poți descărca formularele.
{% endif %} - @@ -85,10 +87,10 @@ {{ loop.length - loop.index + 1 }} {{ donation.first_name + " " + donation.last_name }} {{ donation.city }}, {{ donation.county }} - + {% if donation.anonymous != True %} {{ donation.email if donation.email }} - {{ donation.tel if donation.tel }} + {{ donation.tel if donation.tel }} {% else %} Aceasta persoana a ales
@@ -111,4 +113,4 @@ {% endif %} {% endfor %} - \ No newline at end of file +