mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
get rid of asterisk in no other contacts page
This commit is contained in:
parent
508b1c8c48
commit
ddc1298651
2 changed files with 6 additions and 4 deletions
|
@ -610,8 +610,7 @@ class NoOtherContactsForm(RegistrarForm):
|
|||
required=True,
|
||||
# label has to end in a space to get the label_suffix to show
|
||||
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."
|
||||
"Please explain why there are no other employees from your organization we can contact to help us assess your eligibility for a .gov domain."
|
||||
),
|
||||
widget=forms.Textarea(),
|
||||
)
|
||||
|
|
|
@ -9,7 +9,10 @@
|
|||
{% endif %}
|
||||
{% if widget.attrs.required %}
|
||||
{% if field.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||
{% if 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 %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue