adding cpoverlay (world class)
This commit is contained in:
@@ -1218,6 +1218,10 @@ class AnalysisChoiceForm(forms.Form):
|
||||
cpfit = forms.ChoiceField(choices=cpfitchoices,
|
||||
label = 'Model Fit',initial='data',required=False)
|
||||
|
||||
cpoverlay = forms.BooleanField(initial=False,
|
||||
label='Overlay World Record Performance',
|
||||
required=False)
|
||||
|
||||
piece = forms.IntegerField(initial=4,label='Ranking Piece (minutes)',
|
||||
required=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user