changeset 6971 | 33afb8748052 |
parent 6966 | 0f45b1dad08d |
child 6973 | d2cd38749c17 |
--- a/web/views/startup.py Thu Feb 10 12:28:31 2011 +0100 +++ b/web/views/startup.py Thu Feb 10 13:26:41 2011 +0100 @@ -64,7 +64,7 @@ def startup_views(self): views = [v for v in self._cw.vreg['views'].possible_views(self._cw, None) if v.category == 'startupview' - or v.__regid__ not in self.skip_startup_views] + and v.__regid__ not in self.skip_startup_views] if not views: return self.w(u'<div class="hr"> </div>')