use full span12 on schedule edit

This commit is contained in:
James Tauber 2012-08-30 12:17:10 -04:00
parent 746e34cf3c
commit 95d182e528

View file

@ -88,7 +88,9 @@
</style>
{% endblock %}
{% block body %}
{% block body_outer %}
<div class="row">
<div class="span12">
<h1>Schedule Edit</h1>
{% for timetable in days %}
@ -96,5 +98,6 @@
{% include "schedule/_grid.html" %}
{% endfor %}
</div>
</div>
{% endblock %}