From e815a7323311a4487addd5bb99ee72b7412775fc Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 9 Sep 2020 22:31:32 +0100 Subject: [PATCH] Make jobs notification partial a section If it has an accessible name, we're essentially giving it a grouping role so it should be a section. Note: it could also have a role="region" but sections are a bit more HTML5. --- app/templates/partials/jobs/notifications.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index b77d5bd88..b9ed1955d 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -2,7 +2,7 @@ {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} -
+
{% if job.scheduled %}

@@ -74,4 +74,4 @@ {% endif %} {% endif %} -

+