diff --git a/templates/base.html b/templates/base.html index 2067d7d..7cabe2d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,23 +69,14 @@ {% endwith %} }); - - - - - - - +{% block scripts %} - - - -{% block scripts %}{% endblock %} - +{% endblock %} + diff --git a/templates/system_auth.html b/templates/system_auth.html index 8063a77..827ae33 100644 --- a/templates/system_auth.html +++ b/templates/system_auth.html @@ -16,5 +16,5 @@ - +{% block scripts %}{% endblock %} {% endblock %}