From ff78905ec59a86be0e7bad6f944ec2f085aa9c09 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Tue, 14 Nov 2023 12:06:08 +0100 Subject: [PATCH] =?UTF-8?q?Update=20injury=20d=C3=A9tails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jarvis/followup/templates/injuries/details.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jarvis/followup/templates/injuries/details.html b/jarvis/followup/templates/injuries/details.html index ee3996c..43dfc5d 100644 --- a/jarvis/followup/templates/injuries/details.html +++ b/jarvis/followup/templates/injuries/details.html @@ -14,11 +14,9 @@ {% if injury.nb_week_off %} Gymnast {{ injury.nb_week_off }} week(s) off.
{% endif %} -
- {% if injury.to_markdown %} -
Details
- {{ injury.to_markdown | safe }} +
+ {{ injury.to_markdown | safe }} {% endif %}