mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
propper use of WrappedPhoneNumberPrefixWidget
This commit is contained in:
@@ -140,5 +140,8 @@ class WaitingListEntryEditForm(I18nModelForm):
|
||||
field_classes = {
|
||||
'subevent': SafeModelChoiceField,
|
||||
'email': EmailField,
|
||||
'phone': PhoneNumberField,
|
||||
}
|
||||
widgets = {
|
||||
'phone': WrappedPhoneNumberPrefixWidget,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user