Private
Public Access
1
0

improved manual entry form

This commit is contained in:
Sander Roosendaal
2018-11-09 12:10:56 +01:00
parent a562fc3f64
commit a376c079c7
5 changed files with 71 additions and 22 deletions

View File

@@ -30,7 +30,11 @@ class EmailForm(forms.Form):
botcheck = forms.CharField(max_length=5)
message = forms.CharField()
class MetricsForm(forms.Form):
avghr = forms.IntegerField(required=False,label='Average Heart Rate')
avgpwr = forms.IntegerField(required=False,label='Average Power')
avgspm = forms.FloatField(required=False,label='Average SPM')
# Upload the CrewNerd Summary CSV
class CNsummaryForm(forms.Form):