fix minor regression in html code

This commit is contained in:
Élie Bouttier 2016-10-21 23:53:38 +02:00
parent 722444aaa7
commit 100633119d
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@
</h1>
<h2>{% trans "Scheduled talks" %}</h2>
{% if forloop.first %}<ul>{% endif %}
{% for talk in room.talks_by_date %}
{% if forloop.first %}<ul>{% endif %}
<li>
<a href="{% url 'show-talk' talk.slug %}"><strong>{{ talk }}</strong></a> &ndash; <em>{{ talk.get_speakers_str }}</em><br />
<span>{{ talk.start_date }} &ndash; {% if talk.end_date %}{{ talk.end_date|date:"H:i" }}{% else %}?{% endif %}</span>