added ranking selector
This commit is contained in:
@@ -1120,6 +1120,9 @@ class AnalysisOptionsForm(forms.Form):
|
||||
label='Water Boat Type',
|
||||
initial=mytypes.waterboattype)
|
||||
|
||||
ranking = forms.BooleanField(label='Ranking Workouts Only',
|
||||
initial=False,required=False)
|
||||
|
||||
|
||||
# form to select modality and boat type for trend flex
|
||||
class TrendFlexModalForm(forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user