Fix multiple Teacher
This commit is contained in:
@ -66,7 +66,9 @@
|
||||
{% block event %} {% endblock %}
|
||||
<p class="title">{{ i["name"] }}</p>
|
||||
<p class="room">{{ i["room"] }}</p>
|
||||
<p class="teacher">{{ i["teacher"] }}</p>
|
||||
{% for teacher in i["teacher"] %}
|
||||
<p class="teacher">{{ teacher }}</p>
|
||||
{% endfor %}
|
||||
<p class="time">{{ i["start"] }} - {{ i["end"] }} ({{ i["dur"] }}h)</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user