Ejemplo n.º 1
0
def oembed(value, autoplay=False):
    from htk.lib.oembed.utils import get_oembed_html
    html = get_oembed_html(value, autoplay=autoplay)
    html = mark_safe(html)
    return html
Ejemplo n.º 2
0
def oembed(value):
    from htk.lib.oembed.utils import get_oembed_html
    html = get_oembed_html(value)
    return html
Ejemplo n.º 3
0
def oembed(value):
    from htk.lib.oembed.utils import get_oembed_html
    html = get_oembed_html(value)
    html = mark_safe(html)
    return html
Ejemplo n.º 4
0
def oembed(value, autoplay=False):
    from htk.lib.oembed.utils import get_oembed_html
    html = get_oembed_html(value, autoplay=autoplay)
    html = mark_safe(html)
    return html
Ejemplo n.º 5
0
def oembed(value):
    from htk.lib.oembed.utils import get_oembed_html
    html = get_oembed_html(value)
    return html