Allow filters that never expire

This commit is contained in:
Jason McBrayer 2019-02-15 17:19:17 -05:00
parent e94eec081a
commit 73459106e8
1 changed files with 1 additions and 1 deletions

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)