diff options
author | 2018-05-19 13:03:01 +0100 | |
---|---|---|
committer | 2018-05-19 13:03:01 +0100 | |
commit | 75b640709ca186c137fde6291eedf806ba474a13 (patch) | |
tree | 23078753c654bab291d5cee5329f28a79981a3d8 /pysite/constants.py | |
parent | [Jams] Add non-task info text to be displayed at jam announcement (diff) |
[Jams] Complete question listing/editing/etc
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index e30ed10b..f4ea8449 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -76,6 +76,7 @@ JAM_STATES = [ ] JAM_QUESTION_TYPES = [ + "checkbox", "email", "number", "radio", |