Update src/registrar/templates/includes/input_with_errors.html

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
CuriousX 2024-11-29 11:35:35 -07:00 committed by GitHub
parent 14071d00b6
commit 754a652a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ error messages, if necessary.
<div id="{{ widget.attrs.id }}__error-message">
{% for error in field.errors %}
<div class="usa-error-message display-flex" role="alert">
<div class="margin-top-05">
<div>
<svg class="usa-icon usa-icon-large" focusable="true" role="img" aria-label="Error">
<use xlink:href="{%static 'img/sprite.svg'%}#error"></use>
</svg>