branch | tls-sprint |
changeset 944 | e9da555f19c5 |
parent 913 | 5dfba71b1872 |
child 1009 | bcd0c3ae1935 |
--- 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'