fix speaker templates to use proper base template

This commit is contained in:
Luke Hatcher 2012-07-12 16:07:43 -04:00
parent 81853ece30
commit fcdad2c53b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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