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

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

parent a0960a70
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -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