forked from CGM_Public/pretix_original
Stop asking for provinces in china (causes problems for users
apparently)
This commit is contained in:
@@ -1834,7 +1834,7 @@ COUNTRIES_WITH_STATE_IN_ADDRESS = {
|
|||||||
'AU': (['State', 'Territory'], 'short'),
|
'AU': (['State', 'Territory'], 'short'),
|
||||||
'BR': (['State'], 'short'),
|
'BR': (['State'], 'short'),
|
||||||
'CA': (['Province', 'Territory'], 'short'),
|
'CA': (['Province', 'Territory'], 'short'),
|
||||||
'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
|
# 'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
|
||||||
'MY': (['State'], 'long'),
|
'MY': (['State'], 'long'),
|
||||||
'MX': (['State', 'Federal District'], 'short'),
|
'MX': (['State', 'Federal District'], 'short'),
|
||||||
'US': (['State', 'Outlying area', 'District'], 'short'),
|
'US': (['State', 'Outlying area', 'District'], 'short'),
|
||||||
|
|||||||
Reference in New Issue
Block a user