From 03bca38d25d3b532327f5de95663889f212928b0 Mon Sep 17 00:00:00 2001 From: catvayor Date: Fri, 21 Mar 2025 10:28:36 +0100 Subject: [PATCH] feat(cof_clubs): alert on non-cof respo --- cof_clubs/templates/cof_clubs/club_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cof_clubs/templates/cof_clubs/club_detail.html b/cof_clubs/templates/cof_clubs/club_detail.html index f83ca953..c200c86b 100644 --- a/cof_clubs/templates/cof_clubs/club_detail.html +++ b/cof_clubs/templates/cof_clubs/club_detail.html @@ -9,7 +9,7 @@
Respos:
{% for r in object.respos.all %} - +
{{r.username}}
{% empty %}
Ce club n'a pas de respo déclaré
{% endfor%} @@ -19,7 +19,7 @@
Gestionnaires additionels du budget:
{% for r in object.budget_managers.all %} - +
{{r.username}}
{% endfor%}
{% endif %}