add structure for target report column renderer

This commit is contained in:
hplattner 2016-08-11 17:01:20 +02:00
parent 4a18c42283
commit fbacdd7465

View file

@ -83,7 +83,7 @@
<a tal:omit-tag="python: <a tal:omit-tag="python:
not getattr(item, 'showLinks', True) or not value['url']" not getattr(item, 'showLinks', True) or not value['url']"
tal:attributes="href value/url" tal:attributes="href value/url"
tal:content="value/title" /> tal:content="structure value/title" />
</tal:column> </tal:column>
</metal:target> </metal:target>