From 35856f6347c190fb36fd261ebce25b07e54a021b Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 8 Aug 2016 20:41:54 +0200 Subject: [PATCH] add {% extends 'schedule_base.html' %} to more templates --- bornhack/templates/speakers.html | 2 +- program/templates/event_list.html | 2 +- program/templates/speaker_detail.html | 2 +- program/templates/speaker_list.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bornhack/templates/speakers.html b/bornhack/templates/speakers.html index 74f17b2e..d8e8dbcf 100644 --- a/bornhack/templates/speakers.html +++ b/bornhack/templates/speakers.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'schedule_base.html' %} {% block title %} Call for Speakers | {{ block.super }} diff --git a/program/templates/event_list.html b/program/templates/event_list.html index 92acf73b..a851c4da 100644 --- a/program/templates/event_list.html +++ b/program/templates/event_list.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'schedule_base.html' %} {% block content %}

diff --git a/program/templates/speaker_detail.html b/program/templates/speaker_detail.html index 15bf28bc..22dd127f 100644 --- a/program/templates/speaker_detail.html +++ b/program/templates/speaker_detail.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'schedule_base.html' %} {% load commonmark %} {% block content %} diff --git a/program/templates/speaker_list.html b/program/templates/speaker_list.html index 33cc6b4a..659ca662 100644 --- a/program/templates/speaker_list.html +++ b/program/templates/speaker_list.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'schedule_base.html' %} {% block content %}