form error msgs on keydata form

This commit is contained in:
Rachid Mrad 2023-10-05 18:09:37 -04:00
parent 5e4be44030
commit b899b35285
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -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>