Merge branch 'master' into bbmaster
This commit is contained in:
commit
13507c06a6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<metal:target define-macro="target">
|
<metal:target define-macro="target">
|
||||||
<td tal:define="value python:col.getDisplayValue(row)">
|
<td tal:define="value python:col.getDisplayValue(row)">
|
||||||
<a tal:omit-tag="not:value/url"
|
<a tal:omit-tag="python:not getattr(item, 'showLinks', True) or not value['url']"
|
||||||
tal:attributes="href value/url"
|
tal:attributes="href value/url"
|
||||||
tal:content="value/title" /></td>
|
tal:content="value/title" /></td>
|
||||||
</metal:target>
|
</metal:target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue