Private
Public Access
1
0

Adding gold medal standard to performance chart (optional)

This commit is contained in:
Sander Roosendaal
2021-01-01 16:51:00 +01:00
parent 0e9944044d
commit 87b6684465
5 changed files with 74 additions and 13 deletions

View File

@@ -739,6 +739,9 @@ class PerformanceManagerForm(forms.Form):
doform = forms.BooleanField(required=False,initial=False,
label='Freshness')
showtests = forms.BooleanField(required=False,initial=False,
label='Show my best workouts')
class FitnessFitForm(forms.Form):
startdate = forms.DateField(
initial=timezone.now()-datetime.timedelta(days=365),