first version
This commit is contained in:
@@ -316,6 +316,9 @@ class MetricsForm(forms.Form):
|
||||
class CNsummaryForm(forms.Form):
|
||||
file = forms.FileField(required=True, validators=[must_be_csv])
|
||||
|
||||
class NextWeekJsonForm(forms.Form):
|
||||
file = forms.FileField(required=True)
|
||||
|
||||
# The little window to type '4x2000m/500m' to update the workout summary
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user