web/views/timeline.py
branchstable
changeset 4244 2c3de1953d00
parent 4212 ab6573088b4a
child 4252 6c4f109c2b03
--- a/web/views/timeline.py	Thu Jan 14 11:37:08 2010 +0100
+++ b/web/views/timeline.py	Fri Jan 15 09:05:40 2010 +0100
@@ -105,7 +105,7 @@
     id = 'timeline'
     title = _('timeline')
     __select__ = implements(ICalendarable)
-    need_navigation = False
+    paginable = False
     def call(self, tlunit=None):
         self.req.html_headers.define_var('Timeline_urlPrefix', self.req.datadir_url)
         rql = self.rset.printable_rql()