Skip to content
Snippets Groups Projects
Commit 94f304a1 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Comment out "lieu"

parent bbee5312
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment