Commit af7a8d1a0c0dfd60959c9d818db76ab11cae959c

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

- information panels no longer supported as questions

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -167,9 +167,9 @@ class QuestionHandler(BaseHandler): @@ -167,9 +167,9 @@ class QuestionHandler(BaseHandler):
167 'numeric-interval': 'question-text.html', 167 'numeric-interval': 'question-text.html',
168 'textarea': 'question-textarea.html', 168 'textarea': 'question-textarea.html',
169 # -- information panels -- 169 # -- information panels --
170 - 'information': 'question-information.html',  
171 - 'info': 'question-information.html',  
172 - 'success': 'question-success.html', 170 + # 'information': 'question-information.html',
  171 + # 'info': 'question-information.html',
  172 + # 'success': 'question-success.html',
173 # 'warning': '', FIXME 173 # 'warning': '', FIXME
174 # 'warn': '', FIXME 174 # 'warn': '', FIXME
175 # 'alert': '', FIXME 175 # 'alert': '', FIXME