Schedule update
This commit is contained in:
parent
dec8a1ea40
commit
80a9cacf43
1 changed files with 0 additions and 4 deletions
|
@ -46,14 +46,10 @@
|
||||||
aria-labelledby="schedule_day_{{ timetable.day.date|date:"l"|lower}}-tab"
|
aria-labelledby="schedule_day_{{ timetable.day.date|date:"l"|lower}}-tab"
|
||||||
>
|
>
|
||||||
<div class="table-responsive hidden-md-down">
|
<div class="table-responsive hidden-md-down">
|
||||||
{% cache 0 cach1e-schedule timetable.day.date %}
|
|
||||||
{% include "symposion/schedule/_grid.html" %}
|
{% include "symposion/schedule/_grid.html" %}
|
||||||
{% endcache %}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mobile-schedule">
|
<div class="mobile-schedule">
|
||||||
{% cache 0 cache-schedule-mobile timetable.day.date %}
|
|
||||||
{% include "symposion/schedule/_mobile.html" %}
|
{% include "symposion/schedule/_mobile.html" %}
|
||||||
{% endcache %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue