Skip to content

Commit

Permalink
Update aidants_connect_habilitation/forms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Henry <[email protected]>
  • Loading branch information
MarjolaineLB and christophehenry authored Nov 25, 2024
1 parent bef2e95 commit 5010634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidants_connect_habilitation/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class Meta:


class OrganisationRequestForm(
PatchedModelForm, AddressValidatableMixin, CleanZipCodeMixin, DsfrBaseForm
DsfrBaseForm, AddressValidatableMixin, CleanZipCodeMixin
):
type = ChoiceField(
required=True, choices=RequestOriginConstants.choices, label="Type de structure"
Expand Down

0 comments on commit 5010634

Please sign in to comment.