# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1234953963 -3600 # Node ID 97b2b582e7f7015941b4a9ee7f38e37447c5a266 # Parent ae1b0081ff3096471307fc8499248609c24e8292 skip_relations is defined on FormMixIn diff -r ae1b0081ff30 -r 97b2b582e7f7 web/views/baseforms.py --- a/web/views/baseforms.py Wed Feb 18 11:41:35 2009 +0100 +++ b/web/views/baseforms.py Wed Feb 18 11:46:03 2009 +0100 @@ -216,12 +216,12 @@ dynamic default values such as the 'tomorrow' date or the user's login being connected """ + id = 'edition' __select__ = one_line_rset() & implements('Any') - id = 'edition' title = _('edition') controller = 'edit' - skip_relations = EntityView.skip_relations.copy() + skip_relations = FormMixIn.skip_relations.copy() EDITION_BODY = u'''\ %(errormsg)s