From 41d43f9afec894f78789fb9265b11b363cc69fdc Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Mon, 29 Mar 2021 16:53:09 +0200 Subject: [PATCH] Multiline is prettier --- home/templates/activites.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/templates/activites.html b/home/templates/activites.html index 492eba9..74190ae 100644 --- a/home/templates/activites.html +++ b/home/templates/activites.html @@ -106,7 +106,7 @@ <dt>Places :</dt><dd>{{ activity.nb_participants }}</dd> {% if activity.times_and_places %} <dt>Heure/Lieu :</dt><dd>{% for act in activity.times_and_places %} - {{ act.start|date:"l H:i" }} {{ act.room }}{% if not forloop.last %}, {% endif %} + {{ act.start|date:"l H:i" }} {{ act.room }}{% if not forloop.last %},<br> {% endif %} {% endfor %} </dd> {% endif %} -- GitLab