def getAttachments(self, context):
     return getAttachments(context)
Example #2
0
 def getAttachmentsHTML(self):
     return self.context.widget_attachments_list(attachments=getAttachments(self.context))