From e8de847eb65f482c0593055ddff7241fde2c15fe Mon Sep 17 00:00:00 2001 From: Ben Morse <35934884+Morsey187@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:57:29 +0000 Subject: [PATCH] Fix - HTML validation errors banner page (#11874) * Refactor dropwdown link for accessibility * Fix valdiation errors * Revert "Refactor dropwdown link for accessibility" This reverts commit 8d8db5b2d228f811025ade112ccfe07695169632. * Lint manually --------- Co-authored-by: Ben Morse Co-authored-by: Mavis Ou --- .../templates/fragments/hero/featured_video.html | 1 - .../mozfest/templates/fragments/video.html | 2 +- .../wagtailpages/blocks/airtable_block.html | 2 +- .../templates/wagtailpages/blocks/video_block.html | 1 - .../templates/wagtailpages/mini_site_name_space.html | 12 +++++++----- .../extension_hero.html | 2 +- .../templates/wagtailpages/tags/card-large.html | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/network-api/networkapi/mozfest/templates/fragments/hero/featured_video.html b/network-api/networkapi/mozfest/templates/fragments/hero/featured_video.html index 460507b8054..30651dbfd3a 100644 --- a/network-api/networkapi/mozfest/templates/fragments/hero/featured_video.html +++ b/network-api/networkapi/mozfest/templates/fragments/hero/featured_video.html @@ -38,7 +38,6 @@ {% if block.block_type == 'external_video' %} +

{{ video.title }}

diff --git a/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/airtable_block.html b/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/airtable_block.html index 4475e4ec444..9d8b36114ae 100644 --- a/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/airtable_block.html +++ b/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/airtable_block.html @@ -3,6 +3,6 @@ {% block block_content %} {% endblock %} diff --git a/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/video_block.html b/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/video_block.html index e643849a164..451939786d2 100644 --- a/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/video_block.html +++ b/network-api/networkapi/wagtailpages/templates/wagtailpages/blocks/video_block.html @@ -22,7 +22,6 @@
+
diff --git a/network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card-large.html b/network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card-large.html index ed4e72c4b37..28e97cdbe06 100644 --- a/network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card-large.html +++ b/network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card-large.html @@ -3,10 +3,10 @@
{% image image fill-1080x600-c100 format-jpeg as hero %} - + {% image image fill-600x600-c100 format-jpeg as hero2 %} - +

{{ title }}