diff --git a/templates/base.html b/templates/base.html index eeaefd9..3c51b38 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,4 @@ {% load static %} -{% load crispy_forms_tags %} @@ -13,22 +12,25 @@ + + + + + + - - - - - + {% block extra_head_content %} {% endblock extra_head_content %} -
@@ -50,17 +52,14 @@ {% block extra_post_content %} {% endblock extra_post_content %} - - + - - - - - - +{##} +{##} +{##} {% block extra_body_js %} {% endblock extra_body_js %} diff --git a/templates/components/navbar.html b/templates/components/navbar.html index c687ff1..96d0910 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -1,18 +1,12 @@ {% load static %} -