Beispiel #1
0
 def short_title(self):
     return shorten_title(self._html(True))
 def short_title(self):
     return shorten_title(self.html)
Beispiel #3
0
 def short_title(self):
     return shorten_title(self._html(True))
    def short_title(self):
        if not hasattr(self, 'post_title'):
            self.post_title = shorten_title(self._html())

        return self.post_title