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

Mobile view BUT IT DOES NOT WORK

parent 4108f2e0
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -180,11 +180,11 @@
{# show 5 seperate ones on mobiles #}
<div class="timetable-plan hide-on-med-and-up">
{% for long_week_day in long_week_days %}
{% for day in long_week_days %}
<div class="card timetable-mobile-title-card">
<div class="card-content">
<span class="card-title">
{{ long_week_day.0 }}
{{ day.0.0 }}
</span>
</div>
</div>
......@@ -209,7 +209,7 @@
</div>
{% for col in row %}
{% if forloop.counter0 == long_week_day.1 %}
{% if forloop.counter0 == long_week_day.0.1 %}
<div class="col s8">
{# A lesson #}
{% include "timetable/lesson.html" %}
......
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