Merge branch 'develop' into feature/popupregatta
This commit is contained in:
@@ -198,7 +198,7 @@ class UploadOptionsForm(forms.Form):
|
||||
plotchoices = (
|
||||
('timeplot','Time Plot'),
|
||||
('distanceplot','Distance Plot'),
|
||||
('pieplot','Pie Chart'),
|
||||
('pieplot','Heart Rate Pie Chart'),
|
||||
)
|
||||
make_plot = forms.BooleanField(initial=False,required=False)
|
||||
plottype = forms.ChoiceField(required=False,
|
||||
|
||||
Reference in New Issue
Block a user