mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 05:23:03 +01:00
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
Block a user