diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-04 23:02:46 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-04 23:02:46 +0200 |
commit | cb85893606c4d7d5db689507d21bb833f22a961d (patch) | |
tree | 65db475a4224e3548656c3b75822c80b89e7406d /module/web/templates | |
parent | webif fix (diff) | |
download | pyload-cb85893606c4d7d5db689507d21bb833f22a961d.tar.xz |
gregy's great webif patch for chrome
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 4631ec382..112875cc0 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -218,8 +218,7 @@ function AddBox() {% if user.is_staff %}
<li><a href="/admin" class="action profile" rel="nofollow">{% trans "Administrate" %}</a></li>
{% endif %}
- <li></li>
- <li></li>
+
</ul>
{% else %}
<span style="padding-right: 2px;">{% trans "Please Login!" %}</span>
|