Commit 8c4efa3a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

display a description in the news widget.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28457 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a10aab4a
......@@ -61,7 +61,7 @@
<tal:block tal:repeat="item python:news_area_section.getDocumentValueList(limit=10, sort_on=[(\'modification_date\',\'descending\')])">\n
<li><a href="#"\n
tal:attributes="href python:news_area_section.getPermanentURL(item)"\n
tal:content="item/getTitle" /> (<tal:block tal:replace="python:item.getModificationDate().Date()"/>)</li>\n
tal:content="item/getTitle" /> <tal:block tal:replace="item/getDescription" /> (<tal:block tal:replace="python:item.getModificationDate().Date()"/>)</li>\n
</tal:block>\n
</ul>\n
</tal:block>\n
......
116
\ No newline at end of file
117
\ No newline at end of file
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