diff --git a/home/templates/activites.html b/home/templates/activites.html
index 492eba9671bd240dbcf61527b430008ad1c26422..74190ae80d389b7fd1cf5d4c25e2551295c0ef33 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 %}