Skip to content
Snippets Groups Projects
Commit e6ca39fa authored by Julian's avatar Julian
Browse files

I FINALLY FIXED THE ISSUE

parent ba6ca96f
No related branches found
No related tags found
No related merge requests found
{% include 'partials/header.html' %}
{% load copy_filter %}
{% load list_filter %}
<script type="text/javascript">
{% if smart %}
var week = {{ selected_week }};
......@@ -223,13 +224,13 @@
</div>
</div>
{% for col in row %}
{% if forloop.counter0 == long_week_days.0.1 %}
<div class="col s8">
{# A lesson #}
{% include "timetable/lesson.html" %}
</div>
{% endif %}
{% for col in row|deepcopy %}
{% if forloop.counter0 == day.0.1 %}
<div class="col s8">
{# A lesson #}
{% include "timetable/lesson.html" %}
</div>
{% endif %}
{% 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