avoid error because of missing field on answer options

This commit is contained in:
Helmut Merz 2015-03-10 09:12:22 +01:00
parent bc0949842e
commit 1716990d26

View file

@ -83,7 +83,7 @@
<td tal:repeat="opt item/answerOptions"
style="text-align: center"
i18n:translate=""
tal:content="opt/label" />
tal:content="opt/label|string:" />
</tr>
<tal:question repeat="question group/questions">
<tr tal:attributes="class python:item.getCssClass(question)">