fix: template for multiline field

This commit is contained in:
hplattner 2012-03-19 10:13:10 +01:00
parent 4ea797c19f
commit 021150af47

View file

@ -65,6 +65,9 @@
<td tal:define="values python:col.getDisplayValues(row)"> <td tal:define="values python:col.getDisplayValues(row)">
<tal:values repeat="value values"> <tal:values repeat="value values">
<span tal:replace="value" /> <span tal:replace="value" />
<span tal:condition="python: repeat['value'].index() < len(values)">
<br/>
</span>
</tal:values> </tal:values>
</td> </td>
</metal:standard> </metal:standard>