We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739a509 commit c381e34Copy full SHA for c381e34
frontend/coprs_frontend/coprs/forms.py
@@ -556,7 +556,7 @@ class CoprForm(BaseForm):
556
"Delete after days",
557
validators=[
558
wtforms.validators.Optional(),
559
- wtforms.validators.NumberRange(min=-1, max=60)
+ wtforms.validators.NumberRange(min=-1, max=720) #max allowable value for delete_after_days updated to 2 years
560
],
561
filters=[(lambda x : -1 if x is None else x)])
562
0 commit comments