mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
Add correct error messages, allow default state to be none
This commit is contained in:
parent
7e7919691e
commit
03be457e37
4 changed files with 77 additions and 13 deletions
|
@ -263,6 +263,8 @@ class BaseYesNoForm(RegistrarForm):
|
|||
},
|
||||
)
|
||||
|
||||
print(f"wjat are the error messages? {choice_field.error_messages}")
|
||||
|
||||
return choice_field
|
||||
|
||||
def get_initial_value(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue