diff --git a/web/templates/components/cart/cart_navbar.html b/web/templates/components/cart/cart_navbar.html index bb44bd8..1622126 100644 --- a/web/templates/components/cart/cart_navbar.html +++ b/web/templates/components/cart/cart_navbar.html @@ -1,81 +1,75 @@ {% load i18n %} \ No newline at end of file diff --git a/web/templates/users/user_details.html b/web/templates/users/user_details.html index 946f8fc..2f9c35a 100644 --- a/web/templates/users/user_details.html +++ b/web/templates/users/user_details.html @@ -17,7 +17,7 @@ -
+

@@ -29,7 +29,7 @@
{% if customer_addresses.count == 0 %} - No hay ninguna dirección + {% translate 'No hay ninguna dirección' %} {% endif %} {% for address in customer_addresses %}