FIX #269d59f460
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2021-01-07 13:17:03 +01:00
parent 69f4db1774
commit 654fb6d220

View File

@@ -228,7 +228,7 @@ class BasicWorkflow(object):
return_code = 'already-realized'
message = u'Event was already realized.'
elif code.startswith('realize'):
if event.first_day <= today:
if event.first_day > today:
valid = False
return_code = 'not-started'
message = u'Event has not begun.'