diff --git a/src/info/templates/info.html b/src/info/templates/info.html index baab8900..b44ac148 100644 --- a/src/info/templates/info.html +++ b/src/info/templates/info.html @@ -57,7 +57,7 @@ Info | {{ block.super }}
-

{{ item.body|untrustedcommonmark }}

+

{{ item.body|trustedcommonmark }}

{% endfor %} diff --git a/src/shop/templates/product_detail.html b/src/shop/templates/product_detail.html index a92f7516..87d77ab9 100644 --- a/src/shop/templates/product_detail.html +++ b/src/shop/templates/product_detail.html @@ -13,7 +13,7 @@

{{ product.name }}

- {{ product.description|untrustedcommonmark }} + {{ product.description|trustedcommonmark }}