include required fields sentence in Other Contacts page

This commit is contained in:
Kristina Yin 2023-11-28 10:44:45 -08:00
parent 6d2701ec2b
commit 3357696661
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -13,11 +13,9 @@
{% endblock %}
{% block form_required_fields_help_text %}
{# there are no required fields on this page so don't show this #}
{% include "includes/required_fields.html" %}
{% endblock %}
{% block form_fields %}
{{ forms.0.management_form }}
{# forms.0 is a formset and this iterates over its forms #}