diff -r c52124b7a00e -r 6ba3587c5cda web/views/startup.py --- a/web/views/startup.py Thu Apr 29 08:39:13 2010 +0200 +++ b/web/views/startup.py Wed May 05 18:19:56 2010 +0200 @@ -96,11 +96,16 @@ self.startupviews_table() def startupviews_table(self): - for v in self._cw.vreg['views'].possible_views(self._cw, None): + views = self._cw.vreg['views'].possible_views(self._cw, None) + if not views: + return + self.w(u'') def entities(self): schema = self._cw.vreg.schema