Layout tweaks

This commit is contained in:
Rachid Mrad 2024-01-12 17:57:42 -05:00
parent 31d80cc91d
commit bec3c96e0d
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
2 changed files with 3 additions and 3 deletions

View file

@ -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 (Well ask you to explain why).")), choices=((True, "Yes, I can name other employees."), (False, "No. (Well ask you to explain why.)")),
initial=initial_value, initial=initial_value,
widget=forms.RadioSelect, widget=forms.RadioSelect,
) )

View file

@ -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