summaryrefslogtreecommitdiff
path: root/fbin/templates/base.html
diff options
context:
space:
mode:
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') }}