info and shop should use the |trustedcommonmark filter

This commit is contained in:
Thomas Steen Rasmussen 2018-06-04 08:28:09 +02:00
parent 4ad58188b2
commit f5be4d68d1
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ Info | {{ block.super }}
</h4>
</div>
<div class="panel-body">
<p>{{ item.body|untrustedcommonmark }}</p>
<p>{{ item.body|trustedcommonmark }}</p>
</div>
</div>
{% endfor %}

View file

@ -13,7 +13,7 @@
<div class="col-sm-12 col-md-8">
<h2>{{ product.name }}</h2>
{{ product.description|untrustedcommonmark }}
{{ product.description|trustedcommonmark }}
</div>
<div class="col-sm-12 col-md-4">