diff --git a/templates/base.html b/templates/base.html index b39e11e..e1fa7a6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,7 +31,6 @@ - {% compress css %} {% endcompress %} @@ -41,107 +40,11 @@
- + {% include "includes/navbar.html" %} {% block content %} {% endblock %} - - - - {% block scripts %} - {% endblock scripts %} + {% block scripts %} {% endblock %}