use full span12 on schedule edit
This commit is contained in:
parent
746e34cf3c
commit
95d182e528
1 changed files with 11 additions and 8 deletions
|
@ -88,13 +88,16 @@
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body_outer %}
|
||||||
<h1>Schedule Edit</h1>
|
<div class="row">
|
||||||
|
<div class="span12">
|
||||||
{% for timetable in days %}
|
<h1>Schedule Edit</h1>
|
||||||
<h2>{{ timetable.day.date }}</h2>
|
|
||||||
|
|
||||||
{% include "schedule/_grid.html" %}
|
{% for timetable in days %}
|
||||||
{% endfor %}
|
<h2>{{ timetable.day.date }}</h2>
|
||||||
|
|
||||||
|
{% include "schedule/_grid.html" %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue