diff --git a/lelcsc/core/templates/base.html b/lelcsc/core/templates/base.html index b21abf7..fafe60a 100644 --- a/lelcsc/core/templates/base.html +++ b/lelcsc/core/templates/base.html @@ -13,14 +13,14 @@
{% block body %} - {% block navbar %} - {% include "partials/navbar.html" %} - {% endblock %} + {% block navbar %}{% include "partials/navbar.html" %}{% endblock %} +