mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Layout tweaks
This commit is contained in:
parent
31d80cc91d
commit
bec3c96e0d
2 changed files with 3 additions and 3 deletions
|
@ -609,7 +609,7 @@ class OtherContactsYesNoForm(RegistrarForm):
|
||||||
|
|
||||||
self.fields["has_other_contacts"] = forms.TypedChoiceField(
|
self.fields["has_other_contacts"] = forms.TypedChoiceField(
|
||||||
coerce=lambda x: x.lower() == "true" if x is not None else None, # coerce strings to bool, excepting None
|
coerce=lambda x: x.lower() == "true" if x is not None else None, # coerce strings to bool, excepting None
|
||||||
choices=((True, "Yes, I can name other employees."), (False, "No (We’ll ask you to explain why).")),
|
choices=((True, "Yes, I can name other employees."), (False, "No. (We’ll ask you to explain why.)")),
|
||||||
initial=initial_value,
|
initial=initial_value,
|
||||||
widget=forms.RadioSelect,
|
widget=forms.RadioSelect,
|
||||||
)
|
)
|
||||||
|
|
|
@ -84,9 +84,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="no-other-employees">
|
<div id="no-other-employees">
|
||||||
<fieldset class="usa-fieldset margin-top-2">
|
<fieldset class="usa-fieldset margin-top-4">
|
||||||
<legend>
|
<legend>
|
||||||
<h2>No other employees from your organization?</h2>
|
<h2 class="margin-bottom-0">No other employees from your organization?</h2>
|
||||||
</legend>
|
</legend>
|
||||||
<p>You don't need to provide names of other employees now, but it may
|
<p>You don't need to provide names of other employees now, but it may
|
||||||
slow down our assessment of your eligibility. Describe why there are
|
slow down our assessment of your eligibility. Describe why there are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue