Ejemplo n.º 1
0
 def email_link(self):
     return href('mailto:' + self.email, self.email)
Ejemplo n.º 2
0
 def link(self):
     return href(self.get_absolute_url(), smart_text(self))
Ejemplo n.º 3
0
 def website_link(self):
     return href(self.website, self.website_verbose or self.website)