summaryrefslogtreecommitdiff
path: root/fbin/templates/base.html
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2017-04-22 14:06:35 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2017-04-22 14:08:09 +0200
commitf5dcf75075c013bbfdf9cdb6716afee777620c73 (patch)
tree26772aa9f5f288bf7fba044b995c1fc28c5a5476 /fbin/templates/base.html
parent8e44431e5b34c2e647c339f332cea32d44797951 (diff)
Added upload API.
Also updated the API (previously help) page.
Diffstat (limited to 'fbin/templates/base.html')
-rw-r--r--fbin/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbin/templates/base.html b/fbin/templates/base.html
index bab0f7b..dfd6d06 100644
--- a/fbin/templates/base.html
+++ b/fbin/templates/base.html
@@ -29,6 +29,7 @@
{{ nav_html('.files', 'Files') }}
{{ nav_html('.images', 'Images') }}
{{ nav_html('.account', 'Account') }}
+ {{ nav_html('.api', 'API') }}
{{ nav_html('.logout', 'Logout') }}
{% else %}
{{ nav_html('.login', 'Login') }}