forked from CGM_Public/pretix_original
Add question type: phone number (#1462)
* Add Phonenumber-Field as to Questions * Add setup requirements * Add list of ask-during-checkin restricted question types and enforce it * Fix requirements * Fix crash using custom locales * Re-format phone numbers when outputting to humans * Initialize country code field with a guess for the customer's country * Document TEL type in API docs
This commit is contained in:
committed by
Raphael Michel
parent
06a744ea2d
commit
54091b9721
@@ -292,6 +292,7 @@ INSTALLED_APPS = [
|
||||
'hijack',
|
||||
'compat',
|
||||
'oauth2_provider',
|
||||
'phonenumber_field'
|
||||
]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user