Revert "cleanup semicolons, whitespace and mutable default arguments"
This reverts commit 7265682a4d
.
This commit is contained in:
@@ -151,6 +151,7 @@ class Form(ElementBase):
|
||||
return fields
|
||||
|
||||
def get_instructions(self):
|
||||
instructions = ''
|
||||
instsXML = self.xml.findall('{%s}instructions' % self.namespace)
|
||||
return "\n".join([instXML.text for instXML in instsXML])
|
||||
|
||||
|
Reference in New Issue
Block a user