diff --git a/src/thsf/templates/base.html b/src/thsf/templates/base.html index 82005fc..ce5c3b2 100644 --- a/src/thsf/templates/base.html +++ b/src/thsf/templates/base.html @@ -20,6 +20,7 @@ {% block content %} {% endblock %} +{% block navbar %} +{% enblock %} diff --git a/src/thsf/templates/planning.html b/src/thsf/templates/planning.html index 2502930..2fda1e5 100644 --- a/src/thsf/templates/planning.html +++ b/src/thsf/templates/planning.html @@ -60,3 +60,58 @@ {% endblock %} +{% block navbar %} + +{% enblock %}