adding | safe to the pad_content, now escape() and Markup() are sanitizing the input
This commit is contained in:
parent
7db66e0f6b
commit
d820006525
@ -13,7 +13,7 @@
|
||||
</section>
|
||||
|
||||
<section id="main">
|
||||
<div id="wrapper">{{ pad_content }}</div>
|
||||
<div id="wrapper">{{ pad_content | safe }}</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user