sort of working, good enough for now
This commit is contained in:
@@ -316,17 +316,6 @@ class MetricsForm(forms.Form):
|
||||
class CNsummaryForm(forms.Form):
|
||||
file = forms.FileField(required=True, validators=[must_be_csv])
|
||||
|
||||
class CurrentWeekJsonForm(forms.Form):
|
||||
plan = forms.CharField(required=True, label="Plan Code", initial="zwolsche")
|
||||
secret = forms.CharField(required=True, label="Plan Secret", initial="noot")
|
||||
delete_existing = forms.BooleanField(required=False, initial=False, label="Remove any existing sessions")
|
||||
|
||||
class NextWeekJsonForm(forms.Form):
|
||||
plan = forms.CharField(required=True, label="Plan Code", initial="zwolsche")
|
||||
secret = forms.CharField(required=True, label="Plan Secret", initial="noot")
|
||||
fitness = forms.IntegerField(required=False, label='Fitness', initial=0)
|
||||
fatigue = forms.IntegerField(required=False, label='Fatigue', initial=0)
|
||||
delete_existing = forms.BooleanField(required=False, initial=False, label="Remove any existing sessions")
|
||||
|
||||
# The little window to type '4x2000m/500m' to update the workout summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user