mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
added (optional) text to org contact and emphasized required fields sentence
This commit is contained in:
parent
cdd482cd2b
commit
6d2701ec2b
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue