mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05: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"),
|
||||
("86400", "1 day"),
|
||||
("604800", "1 week")),
|
||||
coerce=int)
|
||||
coerce=int, required=False)
|
||||
|
Loading…
Reference in New Issue
Block a user