diff -r 9fdfa8d38359 -r e9da555f19c5 web/form.py --- a/web/form.py Tue Feb 24 16:12:19 2009 +0100 +++ b/web/form.py Tue Feb 24 16:24:22 2009 +0100 @@ -38,7 +38,8 @@ class FormMixIn(object): - """abstract form mix-in""" + """abstract form mix-in + XXX: you should inherit from this FIRST (obscure pb with super call)""" category = 'form' controller = 'edit' domid = 'entityForm'