summaryrefslogtreecommitdiffstats
path: root/templates/main-menu.html
diff options
context:
space:
mode:
authorSimon Rettberg2021-01-22 11:58:48 +0100
committerSimon Rettberg2021-01-22 11:58:48 +0100
commitb991e9cf9d4d5547402dfb2204e52f9638200c24 (patch)
tree0b8bfc0142a6bffa570864e5da876779cca8142a /templates/main-menu.html
parentUpdate bwidm info links (diff)
downloadbwlp-webadmin-b991e9cf9d4d5547402dfb2204e52f9638200c24.tar.gz
bwlp-webadmin-b991e9cf9d4d5547402dfb2204e52f9638200c24.tar.xz
bwlp-webadmin-b991e9cf9d4d5547402dfb2204e52f9638200c24.zip
[images] Add very simple image management page
Diffstat (limited to 'templates/main-menu.html')
-rw-r--r--templates/main-menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main-menu.html b/templates/main-menu.html
index e4583cc..ea32b1d 100644
--- a/templates/main-menu.html
+++ b/templates/main-menu.html
@@ -13,6 +13,7 @@
<ul class="nav navbar-nav">
{{#admin}}
<li><a href="?do=AddUser">AddUser</a></li>
+ <li><a href="?do=images">Manage Images</a></li>
{{/admin}}
</ul>
<ul class="nav navbar-nav navbar-right">