mirror of https://gitlab.com/brutaldon/brutaldon
Allow filters that never expire
This commit is contained in:
parent
e94eec081a
commit
73459106e8
|
@ -70,4 +70,4 @@ class FilterForm(forms.Form):
|
||||||
("43200", "12 hours"),
|
("43200", "12 hours"),
|
||||||
("86400", "1 day"),
|
("86400", "1 day"),
|
||||||
("604800", "1 week")),
|
("604800", "1 week")),
|
||||||
coerce=int)
|
coerce=int, required=False)
|
||||||
|
|
Loading…
Reference in New Issue