1. Made location optional, 2. Added multicountry select option, 3.
Improved form labels, help texts and templates.
This commit is contained in:
@@ -39,7 +39,10 @@ class ChoiceSet(object):
|
||||
|
||||
|
||||
class CountryChoiceSet(Countries):
|
||||
first = ['DE', 'AT', 'CH', 'FR', 'IT']
|
||||
override = {
|
||||
'XX': _(u'Länderübergreifend'),
|
||||
}
|
||||
first = ['DE', 'AT', 'CH', 'FR', 'IT', 'XX']
|
||||
first_repeat = True
|
||||
first_break = '--'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user