From 221b905ff5599feac25bab9d16e316b345f0cb90 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 18 Oct 2024 16:33:14 +0100 Subject: [PATCH] docs: base: Remove non-functional theme option This appears to access an out of scope variable and is actually no longer needed. Fixes: https://github.com/ThreeSixtyGiving/grantnav/issues/1117 --- docs/_templates/base.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/_templates/base.html b/docs/_templates/base.html index f56cde17..7e68291a 100644 --- a/docs/_templates/base.html +++ b/docs/_templates/base.html @@ -170,11 +170,6 @@ - {% block cookieconsent %} {% include '_parts/cookie-consent.html' %} {% endblock %}