diff options
author | Gregy <gregy@gregy.cz> | 2010-08-07 12:48:20 +0200 |
---|---|---|
committer | Gregy <gregy@gregy.cz> | 2010-08-07 12:48:20 +0200 |
commit | 796f5aea16b44f7de4c95269628e9a7ece9c1a27 (patch) | |
tree | 8424eeb9ea7a51dd93cda60d86df536fcd38e1ea | |
parent | Log page refactoring and improvements (diff) | |
download | pyload-796f5aea16b44f7de4c95269628e9a7ece9c1a27.tar.xz |
Settings fix for django 1.1
-rw-r--r-- | module/web/templates/default/settings.html | 4 |
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> |