Remove the title from the short errors

This undoes some of the temporary work we did previously in order to
ship the new ‘address is empty’ error message.
This commit is contained in:
Chris Hill-Scott
2020-01-10 17:00:42 +00:00
parent bf56a9bac1
commit e3670de6c4
2 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
</p>
{% elif notification_status == 'validation-failed' %}
<p class="notification-status-cancelled">
Validation failed {{ message.title | safe }}. {{ message.detail | safe }}
Validation failed. {{ message.detail | safe }}
</p>
{% elif notification_status == 'technical-failure' %}
<p class="notification-status-cancelled">