diff --git a/sapl/settings.py b/sapl/settings.py index 3ce74277c..d247e0fea 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -146,7 +146,7 @@ MIDDLEWARE = [ if DEBUG: INSTALLED_APPS += ('debug_toolbar',) MIDDLEWARE += ['debug_toolbar.middleware.DebugToolbarMiddleware', ] - INTERNAL_IPS = ('127.0.0.1') + INTERNAL_IPS = ('127.0.0.1', ) SITE_URL = config('SITE_URL', cast=str, default='') diff --git a/sapl/templates/base.html b/sapl/templates/base.html index e8ff49de9..2ef9932f2 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -304,7 +304,7 @@ {% endif %} {% endif %} - + {% endblock foot_js %}