Exemplo n.º 1
0
 def short_title(self):
     return shorten_title(self._html(True))
Exemplo n.º 2
0
 def short_title(self):
     return shorten_title(self.html)
Exemplo n.º 3
0
 def short_title(self):
     return shorten_title(self._html(True))
Exemplo n.º 4
0
    def short_title(self):
        if not hasattr(self, 'post_title'):
            self.post_title = shorten_title(self._html())

        return self.post_title