From 2b666756a51121a90a390ff0fe8dba28e135836b Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 9 Apr 2023 11:40:25 +1100 Subject: [PATCH] wip: programme --- src/thsf/templates/base.html | 2 ++ src/thsf/templates/planning.html | 55 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) 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 %}