mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
form error msgs on keydata form
This commit is contained in:
parent
5e4be44030
commit
b899b35285
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
{% block title %}Key Data | {{ domain.name }} | {% endblock %}
|
||||
|
||||
{% block domain_content %}
|
||||
{% for form in formset %}
|
||||
{% include "includes/form_errors.html" with form=form %}
|
||||
{% endfor %}
|
||||
|
||||
<h1>Key Data</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue