use new base template for speaker templates

This commit is contained in:
Luke Hatcher 2012-07-13 21:44:27 -04:00
parent 675b41eb15
commit 11e27997db
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
{% extends "site_base_onecolumn.html" %}

View file

@ -1,4 +1,4 @@
{% extends "site_base.html" %}
{% extends "speakers/base.html" %}
{% load bootstrap_tags %}
{% load i18n %}

View file

@ -1,4 +1,4 @@
{% extends "site_base.html" %}
{% extends "speakers/base.html" %}
{% load bootstrap_tags %}
{% load i18n %}