From ea483c9c371f05ff940af72314d605050f750843 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 5 Oct 2024 22:12:14 +0200 Subject: [PATCH] =?UTF-8?q?On=20ajoute=20des=20majuscules=20pour=20la=20co?= =?UTF-8?q?h=C3=A9rence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/agenda_culturel/page-upcoming.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/agenda_culturel/templates/agenda_culturel/page-upcoming.html b/src/agenda_culturel/templates/agenda_culturel/page-upcoming.html index 20ce4cf..ee5a87b 100644 --- a/src/agenda_culturel/templates/agenda_culturel/page-upcoming.html +++ b/src/agenda_culturel/templates/agenda_culturel/page-upcoming.html @@ -51,7 +51,7 @@ {% else %} {% if cd.is_tomorrow %}Demain {% else %} - {{ cd.date| date:"l j b" }} + {{ cd.date| date:"l j b"|capfirst }} {% endif %} {% endif %} {% picto_from_name "chevrons-down" %} @@ -82,7 +82,7 @@

{{ cd.date|date:"l j F Y"|frdate }}

{% else %} -

{{ cd.date|date:"l j F Y"|frdate }}

+

{{ cd.date|date:"l j F Y"|frdate |capfirst }}

{% endif %} {% endif %} @@ -114,7 +114,7 @@
{% picto_from_name "chevron-up" %}
-

{{ ti.name }}

+

{{ ti.name|capfirst }}

{{ ti.date| date:"l j F"|frdate }}