summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Gregy <gregy@gregy.cz> 2010-08-07 12:48:20 +0200
committerGravatar Gregy <gregy@gregy.cz> 2010-08-07 12:48:20 +0200
commit796f5aea16b44f7de4c95269628e9a7ece9c1a27 (patch)
tree8424eeb9ea7a51dd93cda60d86df536fcd38e1ea /module
parentLog page refactoring and improvements (diff)
downloadpyload-796f5aea16b44f7de4c95269628e9a7ece9c1a27.tar.xz
Settings fix for django 1.1
Diffstat (limited to 'module')
-rw-r--r--module/web/templates/default/settings.html4
1 files changed, 1 insertions, 3 deletions
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>