Skip to content
Snippets Groups Projects
Unverified Commit 8ca8445c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Render all days.

parent 8bcf0df5
No related branches found
No related tags found
1 merge request!1Add templates for timetable. Advances #1.
......@@ -5,5 +5,7 @@
{% block page_title %}Timetable{% endblock %}
{% block content %}
{% include "chronos/tt_day.html" %}
{% for weekday, lesson_periods_day in lesson_periods.items %}
{% include "chronos/tt_day.html" with lesson_periods=lesson_periods_day %}
{% endfor %}
{% endblock %}
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