diff --git a/src/common/dataforms.py b/src/common/dataforms.py index 20d6b23ac46b665dbe5dc505897c30427b52617e..184af501ba70e685e4ca525fda662831846ac066 100644 --- a/src/common/dataforms.py +++ b/src/common/dataforms.py @@ -132,7 +132,7 @@ class DataField(ExtendedNode): self.options = options @nested_property - def type(): + def type_(): """ Type of field. Recognized values are: 'boolean', 'fixed', 'hidden', 'jid-multi', 'jid-single', 'list-multi', 'list-single', 'text-multi', @@ -598,7 +598,7 @@ class DataForm(ExtendedNode): self.instructions=instructions @nested_property - def type(): + def type_(): """ Type of the form. Must be one of: 'form', 'submit', 'cancel', 'result'. 'form' - this form is to be filled in; you will be able soon to do: