added (optional) text to org contact and emphasized required fields sentence

This commit is contained in:
Kristina Yin 2023-11-28 09:18:26 -08:00
parent cdd482cd2b
commit 6d2701ec2b
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
{% for form in forms.0.forms %}
<fieldset class="usa-fieldset">
<legend>
<h2>Organization contact {{ forloop.counter }}</h2>
<h2>Organization contact {{ forloop.counter }} (optional)</h2>
</legend>
{% input_with_errors form.first_name %}

View file

@ -1,3 +1,3 @@
<p class="margin-top-3">
<i>Required fields are marked with an asterisk (<abbr class="usa-hint usa-hint--required" title="required">*</abbr>).</i>
<em>Required fields are marked with an asterisk (<abbr class="usa-hint usa-hint--required" title="required">*</abbr>).</em>
</p>