diff options
author | 2018-06-22 23:22:51 -0400 | |
---|---|---|
committer | 2018-06-22 23:22:51 -0400 | |
commit | 6163b475bc917c15be821cb8d88d9203136cf545 (patch) | |
tree | 1baf74894870440186c93bcf21251f382cd8d9c1 /pysite | |
parent | Free some space in jam list, allow preparing state to edit info (diff) | |
parent | Update Font-Awesome Pro to 5.1.0 (diff) |
Merge branch 'master' into teams-user-frontend
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/views/staff/jams/edit_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/staff/jams/edit_info.py b/pysite/views/staff/jams/edit_info.py index 1c7a062d..4944ae67 100644 --- a/pysite/views/staff/jams/edit_info.py +++ b/pysite/views/staff/jams/edit_info.py @@ -8,7 +8,7 @@ from pysite.mixins import DBMixin from pysite.rst import render REQUIRED_KEYS = ["info_rst", "repo", "task_rst", "theme"] -ALLOWED_STATES = ["planning", "preparing", "announced", "finished"] +ALLOWED_STATES = ["planning", "announced", "preparing", "finished"] class StaffView(RouteView, DBMixin): |