diff options
Diffstat (limited to '')
| -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", | 
