use new base template for speaker templates
This commit is contained in:
parent
675b41eb15
commit
11e27997db
3 changed files with 3 additions and 2 deletions
1
symposion_project/templates/speakers/base.html
Normal file
1
symposion_project/templates/speakers/base.html
Normal file
|
@ -0,0 +1 @@
|
|||
{% extends "site_base_onecolumn.html" %}
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "site_base.html" %}
|
||||
{% extends "speakers/base.html" %}
|
||||
|
||||
{% load bootstrap_tags %}
|
||||
{% load i18n %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "site_base.html" %}
|
||||
{% extends "speakers/base.html" %}
|
||||
|
||||
{% load bootstrap_tags %}
|
||||
{% load i18n %}
|
||||
|
|
Loading…
Reference in a new issue