Revert "Fix aria on jobs page"

This commit is contained in:
Tom Byers
2020-09-10 17:34:05 +01:00
committed by GitHub
parent 5cf33791a7
commit 7589ee1cd5
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{% from "components/page-footer.html" import page_footer %}
{% from "components/form.html" import form_wrapper %}
<section class="ajax-block-container" aria-labelledby="pill-selected-item">
<div class="ajax-block-container" aria-labelledby='pill-selected-item'>
{% if job.scheduled %}
<p class="govuk-body">
@@ -74,4 +74,4 @@
{% endif %}
{% endif %}
</section>
</div>