use proposals base for all proposals templates

This commit is contained in:
Luke Hatcher 2012-08-14 18:41:18 -04:00
parent b05b389320
commit aec89beaaa
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{% extends "site_base_onecolumn.html" %}
{% extends "site_base.html" %}
{% block body_outer %}
{% block body %}{% endblock %}

View file

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

View file

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