mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
include required fields sentence in Other Contacts page
This commit is contained in:
parent
6d2701ec2b
commit
3357696661
1 changed files with 1 additions and 3 deletions
|
@ -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 #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue