diff --git a/src/dashboard/src/templates/layout.html b/src/dashboard/src/templates/layout.html index 5eddb7e82c..9c05e46de1 100644 --- a/src/dashboard/src/templates/layout.html +++ b/src/dashboard/src/templates/layout.html @@ -19,7 +19,9 @@ - + {% if user.is_authenticated %} + + {% endif %} {% block js %}{% endblock %}