Commit 07ed51ef authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_discussion: first one should be always author

parent 63c15940
<tal:block tal:define="author_dict python: here.objectValues()[0].DiscussionPost_getAuthorDict();"> <tal:block tal:define="author_dict python: here['1'].DiscussionPost_getAuthorDict();">
<a class="listbox-row-discussion-thread-author-link" <a class="listbox-row-discussion-thread-author-link"
tal:attributes="href python: '%s/view' %(here.getReference())" tal:attributes="href python: '%s/view' %(here.getReference())"
tal:content="author_dict/author_title"/> tal:content="author_dict/author_title"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment