Commit 796011e5d79c29b14c732abb46fbc20fc0df830f
1 parent
542a52f2
Exists in
master
and in
1 other branch
- added question of type warning
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
questions.py
... | ... | @@ -92,6 +92,7 @@ def create_question(q): |
92 | 92 | # 'regex' : QuestionTextRegex, |
93 | 93 | 'textarea' : QuestionTextArea, |
94 | 94 | 'information': QuestionInformation, |
95 | + 'warning' : QuestionInformation, | |
95 | 96 | # 'info' : QuestionInformation, |
96 | 97 | # '' : QuestionInformation, # default |
97 | 98 | } | ... | ... |