avoid error because of missing field on answer options
This commit is contained in:
parent
bc0949842e
commit
1716990d26
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<td tal:repeat="opt item/answerOptions"
|
<td tal:repeat="opt item/answerOptions"
|
||||||
style="text-align: center"
|
style="text-align: center"
|
||||||
i18n:translate=""
|
i18n:translate=""
|
||||||
tal:content="opt/label" />
|
tal:content="opt/label|string:" />
|
||||||
</tr>
|
</tr>
|
||||||
<tal:question repeat="question group/questions">
|
<tal:question repeat="question group/questions">
|
||||||
<tr tal:attributes="class python:item.getCssClass(question)">
|
<tr tal:attributes="class python:item.getCssClass(question)">
|
||||||
|
|
Loading…
Add table
Reference in a new issue