From 9cc4a380d0e72490fb7f68ee685c01eebd162f50 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 2 Nov 2025 16:16:31 +0100 Subject: [PATCH] =?UTF-8?q?Infos=20internes=20limit=C3=A9es=20aux=20utilis?= =?UTF-8?q?ateurs=20connect=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/agenda.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/agenda.html b/templates/agenda.html index fd20a29..1d1103d 100644 --- a/templates/agenda.html +++ b/templates/agenda.html @@ -15,7 +15,9 @@
{{ item.lieu }}
{% if item.infos %}
{{ item.infos }}
{% endif %} - {% if item.infos_internes %}
{{ item.infos_internes }}
{% endif %} + {% if item.infos_internes and user.is_authenticated %} +
{{ item.infos_internes }}
+ {% endif %} {% endfor %} {% endblock %}