web/views/basetemplates.py
changeset 8009 75638a6ff159
parent 7879 9aae456abab5
child 8190 2a3c1b787688
child 8269 80d37fb56312
--- a/web/views/basetemplates.py	Sat Oct 22 11:16:14 2011 +0200
+++ b/web/views/basetemplates.py	Mon Oct 24 08:55:07 2011 +0200
@@ -138,7 +138,7 @@
         if etypefilter and etypefilter.cw_propval('visible'):
             etypefilter.render(w=w)
         nav_html = UStringIO()
-        if view:
+        if view and not view.handle_pagination:
             view.paginate(w=nav_html.write)
         w(nav_html.getvalue())
         w(u'<div id="contentmain">\n')