Skip to content

Commit

Permalink
added box to schedule detail
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Sep 28, 2012
1 parent 30e8f1d commit 7c54c8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symposion/templates/schedule/schedule_detail.html
Expand Up @@ -2,6 +2,7 @@

{% load i18n %}
{% load bootstrap_tags %}
{% load boxes_tags %}

{% block head_title %}Conference Schedule{% endblock %}

Expand Down Expand Up @@ -37,6 +38,8 @@
<div class="span12">
<h1>Schedule</h1>

{% box "schedule_top" %}

{% for timetable in days %}
<h2>{{ timetable.day.date }}</h2>
{% include "schedule/_grid.html" %}
Expand Down

0 comments on commit 7c54c8d

Please sign in to comment.