diff --git a/pinaxcon/templates/symposion/schedule/schedule_conference.html b/pinaxcon/templates/symposion/schedule/schedule_conference.html index 1779ba75..67aed659 100644 --- a/pinaxcon/templates/symposion/schedule/schedule_conference.html +++ b/pinaxcon/templates/symposion/schedule/schedule_conference.html @@ -98,5 +98,16 @@ $('#schedule-date').text(day + ' ' + dates[day] + trailing); }) + + {{ block.super }} {% endblock %} \ No newline at end of file