From 2b265cf82e62a764c009a123acf1a25dc35e7a95 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Mon, 25 Oct 2010 18:07:11 +0000 Subject: [PATCH] web/templates/base.html: add block for --- web/templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index c87515f..a39608c 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -4,7 +4,10 @@ {{ title }} {% endblock %} - + + {% block head %} + {% endblock %} + {% block content %} {% endblock %}