aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py
index c93a09d1..e30ed10b 100644
--- a/pysite/constants.py
+++ b/pysite/constants.py
@@ -75,6 +75,16 @@ JAM_STATES = [
"finished"
]
+JAM_QUESTION_TYPES = [
+ "email",
+ "number",
+ "radio",
+ "range",
+ "text",
+ "textarea",
+ "slider"
+]
+
# PaperTrail logging
PAPERTRAIL_ADDRESS = environ.get("PAPERTRAIL_ADDRESS") or None
PAPERTRAIL_PORT = int(environ.get("PAPERTRAIL_PORT") or 0)