Commit 032f1b75819507c3e5b6566dedaa4d08c8ec6a2b

Authored by Miguel Barão
1 parent 1af49693
Exists in master and in 1 other branch dev

remove 'info' and 'warn' questions from factory

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -61,8 +61,8 @@ class QFactory(object): @@ -61,8 +61,8 @@ class QFactory(object):
61 'numeric-interval': QuestionNumericInterval, 61 'numeric-interval': QuestionNumericInterval,
62 'textarea' : QuestionTextArea, 62 'textarea' : QuestionTextArea,
63 # -- informative panels -- 63 # -- informative panels --
64 - 'information': QuestionInformation, 'info': QuestionInformation,  
65 - 'warning' : QuestionInformation, 'warn': QuestionInformation, 64 + 'information': QuestionInformation,
  65 + 'warning' : QuestionInformation,
66 'alert' : QuestionInformation, 66 'alert' : QuestionInformation,
67 'success' : QuestionInformation, 67 'success' : QuestionInformation,
68 } 68 }