diff --git a/templates/base.html b/templates/base.html index a8c2de7..cec583b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,9 +68,11 @@ - +{% if request.endpoint != 'system_auth' %} + + +{% endif %} - {% block scripts %}{% endblock %}