Private
Public Access
1
0

added ranking selector

This commit is contained in:
Sander Roosendaal
2022-06-20 21:48:23 +02:00
parent 0259999695
commit 7629183d6d
2 changed files with 21 additions and 1 deletions

View File

@@ -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):