Default France value and cleaner handling of BillingInfo creation

This commit is contained in:
2025-04-11 15:30:05 +02:00
parent 5c2f324e13
commit 4ce885ac6b
6 changed files with 27 additions and 11 deletions

View File

@ -43,7 +43,6 @@ class BillingInfoForm(forms.ModelForm):
]
widgets = {
"phone_number": RegionalPhoneNumberWidget,
"country": AutoCompleteSelect,
}