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 %}