diff --git a/django/cantusdb_project/templates/base.html b/django/cantusdb_project/templates/base.html index bf1bb9021..2652e38fb 100644 --- a/django/cantusdb_project/templates/base.html +++ b/django/cantusdb_project/templates/base.html @@ -285,7 +285,7 @@
Contact Us
- {% if not request.user.is_anonymous %} + {% if request and not request.user.is_anonymous %} {% if request.user|in_groups:"contributor,editor,project manager" %}
Admin Navigation