Exemple #1
0
        def getter(self):
            from aflib_utils import strip_tags

            return strip_tags(self.view_body, 60) + "..." + self.author_url
Exemple #2
0
 def getter(self):
     from aflib_utils import strip_tags
     return strip_tags(self.view_body, 60) + '...' + self.author_url
Exemple #3
0
        def getter(self):
            from aflib_utils import strip_tags

            return strip_tags(self.view_body, 200)
Exemple #4
0
 def getter(self):
     from aflib_utils import strip_tags
     return strip_tags(self.view_body, 200)