mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Change required message on yes/no form
This commit is contained in:
parent
bec3c96e0d
commit
3d1dab93c2
2 changed files with 4 additions and 1 deletions
|
@ -612,6 +612,9 @@ class OtherContactsYesNoForm(RegistrarForm):
|
|||
choices=((True, "Yes, I can name other employees."), (False, "No. (We’ll ask you to explain why.)")),
|
||||
initial=initial_value,
|
||||
widget=forms.RadioSelect,
|
||||
error_messages={
|
||||
'required': 'This question is required.',
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
{{ form.DELETE }}
|
||||
{% endif %}
|
||||
|
||||
<div class="padding-top-1 clear-both">
|
||||
<div class="clear-both">
|
||||
{% input_with_errors form.first_name %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue