mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 01:48:54 -04:00
Merge pull request #1164 from alphagov/nbsp-fix
Fix errant on request to go live page
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="form-group {% if field.errors %} error{% endif %}">
|
||||
<fieldset>
|
||||
<legend class="form-label">
|
||||
{{ field.label.text }}
|
||||
{{ field.label.text|safe }}
|
||||
{% if field.errors %}
|
||||
<span class="error-message">
|
||||
{{ field.errors[0] }}
|
||||
|
||||
Reference in New Issue
Block a user