From 51b09edbf56d351b22abbdac1956ee6b438064ba Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 29 Aug 2023 10:59:37 -0400 Subject: [PATCH] Update to bootstrap 5 --- sourcing/templates/base.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sourcing/templates/base.html b/sourcing/templates/base.html index c82a101..f277de6 100644 --- a/sourcing/templates/base.html +++ b/sourcing/templates/base.html @@ -7,7 +7,9 @@ {% block title %}Xanadu{% endblock %} - +{# #} + + {% block style %} @@ -28,8 +30,12 @@ +{# +#} + + {% block scripts %} {% endblock %}