update proposal templates to use site_base

This commit is contained in:
Luke Hatcher 2012-07-13 00:33:50 -04:00
parent 8d979bf4af
commit c8e0d667d5
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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