mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Organization event filter #416
This commit is contained in:
parent
dbbe7a43c1
commit
950c2177ae
@ -444,5 +444,5 @@ class FindEventForm(FlaskForm):
|
||||
|
||||
submit = SubmitField(lazy_gettext("Find events"))
|
||||
|
||||
def is_submitted(self):
|
||||
def is_submitted(self): # pragma: no cover
|
||||
return "submit" in request.args
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user