Improved ChargeForm and TrainerForm.
This commit is contained in:
@@ -34,7 +34,7 @@ class ChoiceSet(object):
|
||||
|
||||
|
||||
class CountryChoiceSet(Countries):
|
||||
first = ['DE', 'AU', 'CH', 'FR', 'IT']
|
||||
first = ['DE', 'AUT', 'CH', 'FR', 'IT']
|
||||
first_repeat = True
|
||||
first_break = '--'
|
||||
|
||||
@@ -96,6 +96,7 @@ SPORT_CHOICES = ChoiceSet([
|
||||
TERRAIN_CHOICES = ChoiceSet([
|
||||
('gym', _(u'Kletterhalle')),
|
||||
('crag', _(u'Klettergarten')),
|
||||
('flats', _(u'Flachland')),
|
||||
('submountains', _(u'Mittelgebirge')),
|
||||
('alpine', _(u'Alpin')),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user