From e05d2675d557c9662ca2023fb3e1db28ca83dc8f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 29 Sep 2022 20:55:35 +0100 Subject: [PATCH] Add blank alt tag to hero image --- website/common/templates/wagtail_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/templates/wagtail_base.html b/website/common/templates/wagtail_base.html index 2e663a2..f399e30 100644 --- a/website/common/templates/wagtail_base.html +++ b/website/common/templates/wagtail_base.html @@ -12,7 +12,7 @@ {% block main_content %} {% if page.hero_image_url %} - + {% endif %} {% if page.get_view_restrictions.exists %}