From 2ccf8fb8396935d36e3e714085156659ab6a20cd Mon Sep 17 00:00:00 2001 From: cark Date: Fri, 20 Aug 2021 15:26:10 +0100 Subject: [PATCH] make base.html point to the root stylesheet --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 798ccc4..ec23040 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ the south london library - + {% block content %} {% endblock %}