diff --git a/browser/form.py b/browser/form.py index ad73acf..ce3cd2e 100644 --- a/browser/form.py +++ b/browser/form.py @@ -149,6 +149,9 @@ class ObjectForm(NodeView): @Lazy def data(self): + return self.getData() + + def getData(self): instance = self.instance data = instance.applyTemplate(mode='edit') form = self.request.form diff --git a/browser/form_macros.pt b/browser/form_macros.pt index f39b0a9..eeec0bd 100644 --- a/browser/form_macros.pt +++ b/browser/form_macros.pt @@ -71,18 +71,19 @@ - -
+
-