Production environment is updated. #43

Merged
heinzel merged 11 commits from master into production 2021-01-07 14:42:49 +01:00
Showing only changes of commit 654fb6d220 - Show all commits

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.'