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