info and shop should use the |trustedcommonmark filter
This commit is contained in:
parent
4ad58188b2
commit
f5be4d68d1
|
@ -57,7 +57,7 @@ Info | {{ block.super }}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>{{ item.body|untrustedcommonmark }}</p>
|
<p>{{ item.body|trustedcommonmark }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-8">
|
<div class="col-sm-12 col-md-8">
|
||||||
<h2>{{ product.name }}</h2>
|
<h2>{{ product.name }}</h2>
|
||||||
{{ product.description|untrustedcommonmark }}
|
{{ product.description|trustedcommonmark }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-4">
|
<div class="col-sm-12 col-md-4">
|
||||||
|
|
Loading…
Reference in a new issue