diff --git a/app/server/templates/annotation/annotation_base.html b/app/server/templates/annotation/annotation_base.html
index 3b4f1fde..ae63b951 100644
--- a/app/server/templates/annotation/annotation_base.html
+++ b/app/server/templates/annotation/annotation_base.html
@@ -4,7 +4,7 @@
{% endblock %}
{% block navigation %}
-{% if user.is_superuser %}
+{% if user.is_superuser and 'project_id' in view.kwargs %}