mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Allow filters that never expire
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user