Skip to content
Snippets Groups Projects
Commit 7e5089e5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bug fix in timetable (missing "col s2" div)

parent 30c19bed
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,9 @@
</div>
{% for col in row %}
{# A lesson #}
{% include "timetable/lesson.html" %}
<div class="col s2">
{% include "timetable/lesson.html" %}
</div>
{% endfor %}
</div>
{% endfor %}
......
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