diff --git a/webshop/templates/includes/macros.html b/webshop/templates/includes/macros.html index 566c164bba..b325d5fe15 100644 --- a/webshop/templates/includes/macros.html +++ b/webshop/templates/includes/macros.html @@ -10,7 +10,7 @@ {% macro product_image(website_image, css_class="product-image", alt="", no_border=False) %}
{{ card.subtitle or '' }}
+{{ _(card.subtitle) or '' }}
{{ card.content or '' | truncate(140, True) }}