From 94f304a1effee36af8ee2c90a6612430367db424 Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Sun, 25 Apr 2021 16:15:59 +0200 Subject: [PATCH] Comment out "lieu" --- 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 be7b35d..d118746 100644 --- a/home/templates/activites.html +++ b/home/templates/activites.html @@ -41,7 +41,7 @@ <dt>Type :</dt><dd>{{ activity.pretty_type }}</dd> <dt>Places :</dt><dd>{{ activity.nb_participants }}</dd> {% if activity.slots %} - <dt>Heure/Lieu :</dt><dd>{% for slot in activity.slots %} + <dt>Heure<!--/Lieu--> :</dt><dd>{% for slot in activity.slots %} {{ slot.start|date:"l H:i" }}<!-- {{ slot.room }} -->{% if not forloop.last %},<br> {% endif %} {% endfor %} </dd> -- GitLab