fix toLocalizedTime for Plone 4 compatibility.
svn path=/plone.app.discussion/trunk/; revision=32340
This commit is contained in:
parent
9713bda830
commit
34b37cab2d
@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
<metal:main fill-slot="main">
|
<metal:main fill-slot="main">
|
||||||
<tal:main-macro metal:define-macro="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;
|
filter view/filter|nothing;
|
||||||
Batch python:modules['Products.CMFPlone'].Batch;
|
Batch python:modules['Products.CMFPlone'].Batch;
|
||||||
b_size python:30;
|
b_size python:30;
|
||||||
|
Loading…
Reference in New Issue
Block a user