From fd147b934ef03a6609bee4efff24967f854f5495 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 18 May 2018 23:05:40 +0100 Subject: [Jams] A bunch more work. That's all for tonight, though. --- pysite/constants.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pysite/constants.py') 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) -- cgit v1.2.3