mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
get rid of asterisk in no other contacts page
This commit is contained in:
parent
dff6e91ac8
commit
717ff7c376
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
{{ field.label }}
|
||||
{% endif %}
|
||||
{% if widget.attrs.required %}
|
||||
{% if field.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||
{% if field.label != "I read and agree to the requirements for operating .gov domains." or field.label != "Please explain why there are no other employees from your organization we can contact to help us assess your
|
||||
eligibility for a .gov domain." %}
|
||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue