We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a867c88 commit 383fe63Copy full SHA for 383fe63
feedback/templates/report_issue.html
@@ -63,6 +63,11 @@ <h1 class="govuk-label-wrapper">
63
<div id="more-detail-hint" class="govuk-hint">
64
{% translate 'Please provide as much information as possible about the issue.' %}
65
</div>
66
+ {% for error in form.additional_info.errors %}
67
+ <p id="passport-issued-error" class="govuk-error-message">
68
+ <span class="govuk-visually-hidden">Error:</span> {{error}}
69
+ </p>
70
+ {% endfor %}
71
{{ form.additional_info }}
72
73
0 commit comments