Mark embed code as safe in frontend template

This commit is contained in:
Karl Hobley 2014-06-04 13:35:58 +01:00
parent 399f271ca7
commit 6a4df387e3

View file

@ -1,3 +1,3 @@
<div style="padding-bottom: {{ ratio }};" class="responsive-object">
{{ embed.html }}
{{ embed.html|safe }}
</div>