Update wizard_form_helper.py

This commit is contained in:
zandercymatics 2024-04-18 12:14:34 -06:00
parent 03be457e37
commit 2c0987d048
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -263,8 +263,6 @@ class BaseYesNoForm(RegistrarForm):
},
)
print(f"wjat are the error messages? {choice_field.error_messages}")
return choice_field
def get_initial_value(self):