Commit af7a8d1a0c0dfd60959c9d818db76ab11cae959c
1 parent
bbdca9b8
Exists in
master
and in
1 other branch
- information panels no longer supported as questions
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
serve.py
| ... | ... | @@ -167,9 +167,9 @@ class QuestionHandler(BaseHandler): |
| 167 | 167 | 'numeric-interval': 'question-text.html', |
| 168 | 168 | 'textarea': 'question-textarea.html', |
| 169 | 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 | 173 | # 'warning': '', FIXME |
| 174 | 174 | # 'warn': '', FIXME |
| 175 | 175 | # 'alert': '', FIXME | ... | ... |