diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 04958c7..3e30b65 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -10,7 +10,7 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - + @@ -18,7 +18,7 @@ stuff in the include / block right below might depend on it! --> - + {% include "includes/base_head.html" %} {% block html_head %}{% endblock %}