bug fix
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user