예제 #1
0
파일: mails.py 프로젝트: sim0nx/mematool
  def listDomains(self):
    c = TemplateContext()
    c.heading = _('Managed domains')
    c.domains = self.mf.getDomains()

    return self.render('/mails/listDomains.mako', template_context=c)
예제 #2
0
파일: mails.py 프로젝트: sim0nx/mematool
    def listDomains(self):
        c = TemplateContext()
        c.heading = _("Managed domains")
        c.domains = self.mf.getDomains()

        return self.render("/mails/listDomains.mako", template_context=c)