From 9d78e195c41f06386fd4cfb45094dfe486cd59af Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 18 Feb 2011 04:55:58 +0100 Subject: Work on sheet mecanism (refs #227) --- ishtar/templates/base.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ishtar/templates/base.html') diff --git a/ishtar/templates/base.html b/ishtar/templates/base.html index e7570e6c3..7bfc579bb 100644 --- a/ishtar/templates/base.html +++ b/ishtar/templates/base.html @@ -4,7 +4,6 @@ - {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} @@ -16,6 +15,7 @@ + {% block extra_head %} {% endblock %} @@ -23,14 +23,15 @@ +
-- cgit v1.2.3