mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 09:45:23 +02:00
Merge pull request #1357 from cisagov/es/982-error-messages
#982 Add missing error alerts to domain management pages
This commit is contained in:
commit
30fd3e0ae8
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
{% block title %}Security email | {{ domain.name }} | {% endblock %}
|
||||
|
||||
{% block domain_content %}
|
||||
{% include "includes/form_errors.html" with form=form %}
|
||||
|
||||
<h1>Security email</h1>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{% block title %}Your contact information | {{ domain.name }} | {% endblock %}
|
||||
|
||||
{% block domain_content %}
|
||||
{% include "includes/form_errors.html" with form=form %}
|
||||
|
||||
<h1>Your contact information</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue