From 796f5aea16b44f7de4c95269628e9a7ece9c1a27 Mon Sep 17 00:00:00 2001
From: Gregy <gregy@gregy.cz>
Date: Sat, 7 Aug 2010 12:48:20 +0200
Subject: Settings fix for django 1.1

---
 module/web/templates/default/settings.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'module/web/templates')

diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index 518bb3f9e..d7c7f78a4 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -74,9 +74,7 @@
     
 <ul id="toptabs" class="tabs">
     {% for configname, config in conf.iteritems  %}
-        {% if config|length > 0 %}
-            <li><a href="#{{configname}}">{{configname}}</a></li>
-        {% endif %}
+        <li><a href="#{{configname}}">{{configname}}</a></li>
     {% endfor %}
 </ul>
 
-- 
cgit v1.2.3