From b89b5b5aa2a0933c9f85babf507a4a25a0500256 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 21 Jan 2019 21:57:13 +1300 Subject: [PATCH] Try schedule nav --- .../symposion/schedule/schedule_conference.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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