Changeset - 11e27997dbde
[Not reviewed]
0 2 1
Luke Hatcher - 12 years ago 2012-07-14 01:44:27
lukeman@gmail.com
use new base template for speaker templates
3 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/speakers/base.html
Show inline comments
 
new file 100644
 
{% extends "site_base_onecolumn.html" %}
symposion_project/templates/speakers/speaker_create.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% extends "speakers/base.html" %}
 

	
 
{% load bootstrap_tags %}
 
{% load i18n %}
symposion_project/templates/speakers/speaker_edit.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% extends "speakers/base.html" %}
 

	
 
{% load bootstrap_tags %}
 
{% load i18n %}
0 comments (0 inline, 0 general)