From 85549cc98d726f689e93ddbd20d6b25e7ff7b4b1 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 21 Aug 2011 03:16:54 +0200 Subject: graph some stuff from the spiral website --- budget/templates/layout.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'budget/templates/layout.html') diff --git a/budget/templates/layout.html b/budget/templates/layout.html index d1b63a9..328b392 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -67,6 +67,8 @@ {% endif %} +{% block header %}{% endblock %} +{% block container %}
@@ -77,6 +79,7 @@ {% endblock %}
+{% endblock %} -- cgit v1.1