fix toLocalizedTime for Plone 4 compatibility.

svn path=/plone.app.discussion/trunk/; revision=32340
This commit is contained in:
Timo Stollenwerk 2009-12-07 15:45:39 +00:00
parent 9713bda830
commit 34b37cab2d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
<metal:main fill-slot="main">
<tal:main-macro metal:define-macro="main"
tal:define="items view/comments;
tal:define="toLocalizedTime nocall:context/@@plone/toLocalizedTime;
items view/comments;
filter view/filter|nothing;
Batch python:modules['Products.CMFPlone'].Batch;
b_size python:30;