From 5fa2d3bbd65bef373f7b5e595a47ee37692aadc0 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Fri, 7 Oct 2022 13:42:11 +0200 Subject: [PATCH] Bug fix in template --- templates/followup/chronos/list_details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/followup/chronos/list_details.html b/templates/followup/chronos/list_details.html index 52a0a37861..7a19f52268 100644 --- a/templates/followup/chronos/list_details.html +++ b/templates/followup/chronos/list_details.html @@ -5,11 +5,11 @@

{{ gymnast }}

- Chrono from {{ date_begin | date:'d N Y' }} to {{ date_end | date:'d N Y' }} + Chrono from {{ date_begin | date:'j M Y' }} to {{ date_end | date:'j M Y' }}
- {% if chronolist %} + {% if chrono_list %}
{% for chrono in chrono_list %}