From 9404309a0ae6795f7c83dde4379140b2cfde6695 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 12 Nov 2008 13:57:47 +0100 Subject: [PATCH] Fixed issue 43 by removing the logo. We do not need to do some advertizing on all the pages. Logo removed, the interface is cleaner. Yeah! --- src/IDF/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/templates/base.html b/src/IDF/templates/base.html index a4c0836..011bc64 100644 --- a/src/IDF/templates/base.html +++ b/src/IDF/templates/base.html @@ -66,7 +66,7 @@
{block context}{/block}
-
{block foot}InDefero Logo{/block}
+
{block foot}{/block}
{include 'js-hotkeys.html'}