Example #1
0
 def parent_pages(self):
     return [{
         'link': FormExportInterface.get_url(domain=self.domain),
         'title': ugettext_lazy("Form Exports")
     }]
Example #2
0
 def breadcrumbs(self):
     return [{
         'link': FormExportInterface.get_url(domain=self.domain),
         'title': ugettext_lazy("Form Exports")
     }]