fix: template for multiline field
This commit is contained in:
parent
4ea797c19f
commit
021150af47
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue