Commit cc2ddab3 authored by Yusei Tahara's avatar Yusei Tahara

Remove related date information from bookmark box.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17769 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac2eb274
......@@ -174,8 +174,6 @@
<li tal:repeat="item python: content_list">\n
<a tal:define="url python: \'%s/view\' % item.absolute_url()"\n
tal:attributes="href url">\n
<tal:block tal:replace="python: here.WebSite_getFancyRelativeDate(item.getCreationDate())"\n
tal:on-error="string:"/>&mdash;\n
<tal:block tal:replace="item/getTitleOrId"\n
tal:on-error="string:"/>\n
</a>\n
......
597
\ No newline at end of file
598
\ 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