From d748617ab369b88f844b6d188e4574a456c39b9f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 17 Aug 2012 22:01:13 -0700 Subject: [PATCH] Add container block around whole content container --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html b/templates/base.html index 781dd7a..858f86c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,9 +10,11 @@ {% block head_js %}{% endblock %} + {% block container %}
{% block body %}{% endblock %}
+ {% endblock %} {% block body_js %}{% endblock %}