Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-02-06 22:03:29 +01:00
parent a16059e45d
commit 80008f79c7
2 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ class DateRangeForm(forms.Form):
# Form used to select workouts for the past N days
class DeltaDaysForm(forms.Form):
deltadays = forms.IntegerField(initial=0,required=False,label='')
deltadays = forms.IntegerField(initial=7,required=False,label='')
class RegistrationForm(UserCreationForm):
"""