diff --git a/shop/templates/shop/cart/editable.html b/shop/templates/shop/cart/editable.html index aa8c7b39f..5b874cb64 100644 --- a/shop/templates/shop/cart/editable.html +++ b/shop/templates/shop/cart/editable.html @@ -14,9 +14,9 @@
{% block shop-cart-head %} -
+
- {% trans "There are no items in the cart." context "cart" %} +

{% trans "There are no items in the cart." context "cart" %}

{% endblock shop-cart-head %} diff --git a/shop/templates/shop/cart/static.html b/shop/templates/shop/cart/static.html index b1f598b4c..8e9ee32f3 100644 --- a/shop/templates/shop/cart/static.html +++ b/shop/templates/shop/cart/static.html @@ -5,9 +5,9 @@
{% block shop-cart-head %} {% if cart.num_items == 0 %} -
+
- {% trans "There are no items in the cart." context "cart" %} +

{% trans "There are no items in the cart." context "cart" %}

{% endif %} diff --git a/shop/templates/shop/cart/watch.html b/shop/templates/shop/cart/watch.html index cb4afbd2b..04660b935 100644 --- a/shop/templates/shop/cart/watch.html +++ b/shop/templates/shop/cart/watch.html @@ -8,9 +8,9 @@
{% block shop-watch-head %} -
+
- {% trans "You are perfectly happy!" context "cart" %} +

{% trans "You are perfectly happy!" context "cart" %}

{% endblock shop-watch-head %}