Exemplo n.º 1
0
 def _get_body_html(self):
     val = convert_text_to_html(self.body)
     return _get_cached_prop_val(self, '_body_html', val)
Exemplo n.º 2
0
def html_from_bbcode(bbcode):
    """    """
    return convert_text_to_html(bbcode, 'bbcode')
Exemplo n.º 3
0
 def _get_body_html(self):
     val = convert_text_to_html(self.body)
     return _get_cached_prop_val(self, '_body_html', val)
Exemplo n.º 4
0
def html_from_bbcode(bbcode):
    """    """
    return convert_text_to_html(bbcode, 'bbcode')