1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00

Allow filters that never expire

This commit is contained in:
Jason McBrayer 2019-02-15 17:19:17 -05:00
parent e94eec081a
commit 73459106e8

View File

@ -70,4 +70,4 @@ class FilterForm(forms.Form):
("43200", "12 hours"),
("86400", "1 day"),
("604800", "1 week")),
coerce=int)
coerce=int, required=False)