mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Change class names for validation errors in html
Implements the class name changes detailed in: https://github.com/alphagov/govuk_elements/pull/405
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% if error %}
|
||||
<div class="validation-wrapper">
|
||||
{% endif %}
|
||||
<fieldset class="form-group{% if field.errors %} error{% endif %}" id="{{ field.name }}">
|
||||
<fieldset class="form-group{% if field.errors %} form-group-error{% endif %}" id="{{ field.name }}">
|
||||
<legend>
|
||||
<span class="form-label">
|
||||
{{ field.label.text }}
|
||||
|
||||
Reference in New Issue
Block a user