aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-21 03:16:54 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-21 03:16:54 +0200
commit85549cc98d726f689e93ddbd20d6b25e7ff7b4b1 (patch)
treee87f04024038f3ae25d19dbcad08cf0ca0f438db /budget/templates/layout.html
parenta6825cdcb73421a0443b14130c89e2cc545a2ab9 (diff)
downloadihatemoney-mirror-85549cc98d726f689e93ddbd20d6b25e7ff7b4b1.zip
ihatemoney-mirror-85549cc98d726f689e93ddbd20d6b25e7ff7b4b1.tar.gz
ihatemoney-mirror-85549cc98d726f689e93ddbd20d6b25e7ff7b4b1.tar.bz2
graph some stuff from the spiral website
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html3
1 files changed, 3 insertions, 0 deletions
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 @@
</ul>
{% endif %}
</div>
+{% block header %}{% endblock %}
+{% block container %}
<div class="container-fluid" style="margin-top: 40px">
<div class="sidebar">{% block sidebar %}{% endblock %}</div>
<div class="content">
@@ -77,6 +79,7 @@
{% endblock %}
</div>
</div>
+{% endblock %}
</body>
</html>