added box to schedule detail

This commit is contained in:
Brian Rosner 2012-09-28 17:36:42 -06:00
parent 30e8f1dab5
commit 7c54c8d40b

View file

@ -2,6 +2,7 @@
{% load i18n %} {% load i18n %}
{% load bootstrap_tags %} {% load bootstrap_tags %}
{% load boxes_tags %}
{% block head_title %}Conference Schedule{% endblock %} {% block head_title %}Conference Schedule{% endblock %}
@ -37,6 +38,8 @@
<div class="span12"> <div class="span12">
<h1>Schedule</h1> <h1>Schedule</h1>
{% box "schedule_top" %}
{% for timetable in days %} {% for timetable in days %}
<h2>{{ timetable.day.date }}</h2> <h2>{{ timetable.day.date }}</h2>
{% include "schedule/_grid.html" %} {% include "schedule/_grid.html" %}