diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-04-07 16:19:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-04-07 16:19:00 +0200 |
commit | 98d6824b47f34597a0486fd41963863037cb294d (patch) | |
tree | 7a20da6fadea36850c92d947a49d011e7314938b /module/web/templates/default/base.html | |
parent | ul fix (diff) | |
download | pyload-98d6824b47f34597a0486fd41963863037cb294d.tar.xz |
information page for webif
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 323f38b66..7f7db2610 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -231,6 +231,7 @@ function AddBox() {% if user.is_admin %}
<li><a href="/admin" class="action profile" rel="nofollow">{{_("Administrate")}}</a></li>
{% endif %}
+ <li><a href="/info" class="action info" rel="nofollow">{{_("Info")}}</a></li>
</ul>
{% else %}
|