# HG changeset patch # User Sylvain Thénault # Date 1287392745 -7200 # Node ID fd059ab1a5027755a580c080675c8c898708a724 # Parent f777c84bf7eb10a47c38b972a4558f442379a81f [old boxes] fix dumb name error diff -r f777c84bf7eb -r fd059ab1a502 web/views/boxes.py --- a/web/views/boxes.py Sun Oct 17 22:49:06 2010 +0200 +++ b/web/views/boxes.py Mon Oct 18 11:05:45 2010 +0200 @@ -238,7 +238,7 @@ __regid__ = 'sidebox' - def call(self, **kwargs): + def call(self, title=u'', **kwargs): """display a list of entities by calling their view""" if 'dispctrl' in self.cw_extra_kwargs: # XXX do not modify dispctrl!