diff --git a/pyproject.toml b/pyproject.toml index 6ccfe14..269c427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ exclude = ''' navbar\.html | referrallink_snippet_link\.html | onlineaccount_snippet_link\.html - | base\.html | 500\.html ) ''' diff --git a/website/common/templates/base.html b/website/common/templates/base.html index e882141..4a7e873 100644 --- a/website/common/templates/base.html +++ b/website/common/templates/base.html @@ -1,4 +1,4 @@ -{% load static wagtailcore_tags wagtailuserbar navbar_tags footer_tags cache plausible_wagtail favicon_tags sri %} +{% load static wagtailcore_tags wagtailuserbar navbar_tags footer_tags plausible_wagtail favicon_tags sri %} @@ -17,9 +17,7 @@ {% endif %} - {% cache 3600 "favicon" %} - {% favicon_meta %} - {% endcache %} + {% favicon_meta %} {% block extra_head %}{% endblock %} @@ -35,9 +33,7 @@ {% wagtailuserbar %} - {% cache 3600 "navbar" %} - {% navbar %} - {% endcache %} + {% navbar %} {% block main %}
@@ -45,9 +41,7 @@
{% endblock %} - {% cache 3600 "footer" %} - {% footer %} - {% endcache %} + {% footer %}