From 202cb29a7fb980c2931bb524b7b8c14ef0aaaccc Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 11 Nov 2023 14:26:06 +0100 Subject: [PATCH] =?UTF-8?q?on=20explicite=20le=20bouton=20d'=C3=A9dition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/agenda_culturel/static_content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agenda_culturel/templates/agenda_culturel/static_content.html b/src/agenda_culturel/templates/agenda_culturel/static_content.html index 950db5e..c4ac4ec 100644 --- a/src/agenda_culturel/templates/agenda_culturel/static_content.html +++ b/src/agenda_culturel/templates/agenda_culturel/static_content.html @@ -3,12 +3,12 @@ {% get_static_content_by_name name as content %} {% if content %} {% if user.is_authenticated %} - Éditer + Éditer le texte {% endif %} {{ content.text|safe }} {% else %} {% if user.is_authenticated %} - Créer + Créer le texte

Le contenu statique {{ name }} n'a pas encore été défini.

{% endif %} {% endif %}