diff options
Diffstat (limited to 'pgcommitfest/commitfest/views.py')
-rw-r--r-- | pgcommitfest/commitfest/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/views.py b/pgcommitfest/commitfest/views.py index c55096a..e348692 100644 --- a/pgcommitfest/commitfest/views.py +++ b/pgcommitfest/commitfest/views.py @@ -549,6 +549,7 @@ def close(request, cfid, patchid, status): messages.error(request, "A patch in status {0} cannot be moved to next commitfest.".format(poc.statusstring)) return HttpResponseRedirect('/%s/%s/' % (poc.commitfest.id, poc.patch.id)) elif poc.status in (PatchOnCommitFest.STATUS_REVIEW, + PatchOnCommitFest.STATUS_AUTHOR, PatchOnCommitFest.STATUS_COMMITTER): # This one can be moved pass |