mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 18:14:48 +00:00
Mark embed code as safe in frontend template
This commit is contained in:
parent
399f271ca7
commit
6a4df387e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<div style="padding-bottom: {{ ratio }};" class="responsive-object">
|
||||
{{ embed.html }}
|
||||
{{ embed.html|safe }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue