Merge branch 'develop' into feature/braintree
This commit is contained in:
@@ -884,8 +884,8 @@ class WorkoutSessionSelectForm(forms.Form):
|
||||
|
||||
|
||||
class RaceResultFilterForm(forms.Form):
|
||||
boatclasses = (type for type in mytypes.workouttypes if type[0] in mytypes.otwtypes)
|
||||
boatclassinitial = [t for t in mytypes.otwtypes]
|
||||
boatclasses = (type for type in mytypes.workouttypes if type[0] in mytypes.rowtypes)
|
||||
boatclassinitial = [t for t in mytypes.rowtypes]
|
||||
sexchoices = (
|
||||
('female','Female'),
|
||||
('male','Male'),
|
||||
@@ -908,7 +908,7 @@ class RaceResultFilterForm(forms.Form):
|
||||
boatclass = forms.MultipleChoiceField(
|
||||
choices=boatclasses,
|
||||
initial=boatclassinitial,
|
||||
label='Boat Class',
|
||||
label='Boat/Erg Class',
|
||||
widget=forms.CheckboxSelectMultiple())
|
||||
|
||||
boattype = forms.MultipleChoiceField(
|
||||
|
||||
Reference in New Issue
Block a user