Skip to content
Snippets Groups Projects
Verified Commit 04baf821 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix groups display for events

parent 19c85222
No related branches found
No related tags found
1 merge request!52Resolve "Some data missing in substitutions table view"
......@@ -13,7 +13,7 @@
{# Teacher or class > Display rooms #}
{% if type == "teacher" or type == "group" %}
{% for room in event.rooms.all %}
{% include "chronos/partials/room.html" with room=room %}
{% include "chronos/partials/room.html" with room=room %}{% if not forloop.last %},{% endif %}
{% endfor %}
{% endif %}
......
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