diff --git a/core/scripts/webpanel/templates/base.html b/core/scripts/webpanel/templates/base.html index f327d32..f3115b1 100644 --- a/core/scripts/webpanel/templates/base.html +++ b/core/scripts/webpanel/templates/base.html @@ -15,6 +15,8 @@ + + {% block stylesheets %}{% endblock %} @@ -114,11 +116,26 @@ {% block content %}{% endblock %} - - + + @@ -127,16 +144,18 @@ + + {% block javascripts %}{% endblock %} - + \ No newline at end of file