Add scrolling to schedule table
This commit is contained in:
parent
a1a9322e1d
commit
84238b241c
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@
|
|||
aria-labelledby="schedule_day_{{ timetable.day.date|date:"l"|lower}}-tab"
|
||||
>
|
||||
{% cache 180 cache-schedule timetable.day.date %}
|
||||
{% include "symposion/schedule/_grid.html" %}
|
||||
<div class="table-responsive">
|
||||
{% include "symposion/schedule/_grid.html" %}
|
||||
</div>
|
||||
{% endcache %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue