Skip to content

Commit 452e313

Browse files
committed
Move position of error summary on appointment note page
1 parent 711ae17 commit 452e313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manage_breast_screening/mammograms/jinja2/mammograms/show/appointment_note.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<div class="nhsuk-grid-row">
2121
<div class="nhsuk-grid-column-full">
2222

23+
{{ form_error_summary(form) }}
24+
2325
<div class="app-header">
2426
<h1 class="nhsuk-heading-l">
2527
<span class="nhsuk-caption-l">
@@ -54,7 +56,6 @@
5456

5557
<div class="nhsuk-grid-row">
5658
<div class="nhsuk-grid-column-two-thirds">
57-
{{ form_error_summary(form) }}
5859

5960
{% set inset_html %}
6061
<p>

0 commit comments

Comments
 (0)