adding | safe to the pad_content, now escape() and Markup() are sanitizing the input

This commit is contained in:
manetta 2022-02-22 10:47:58 +01:00
parent 7db66e0f6b
commit d820006525

View File

@ -13,7 +13,7 @@
</section>
<section id="main">
<div id="wrapper">{{ pad_content }}</div>
<div id="wrapper">{{ pad_content | safe }}</div>
</section>
</body>
</html>