File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/country_workspace/contrib/hope Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 44from .lookups import FinancialInstitutionChoice
55from .phone_numbers import PhoneNumberField
66from .beneficiary_reference import BeneficiaryReferenceModelChoiceField
7+ from .required_choice_field import ChoiceFieldWithEmptyDisplay
78
89
910class Config (AppConfig ):
@@ -25,6 +26,7 @@ def ready(self) -> None:
2526 field_registry .register (FinancialInstitutionChoice )
2627 field_registry .register (PhoneNumberField )
2728 field_registry .register (BeneficiaryReferenceModelChoiceField )
29+ field_registry .register (ChoiceFieldWithEmptyDisplay )
2830
2931 from country_workspace .contrib .hope .validators import FullHouseholdValidator
3032 from country_workspace .validators .registry import beneficiary_validator_registry
You can’t perform that action at this time.
0 commit comments