From 0f2f102dcadf4016dbdc35648878dc4f6ae82ff6 Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Thu, 16 Jan 2025 00:39:11 +0100 Subject: [PATCH] fix: styling --- .../components/cart/cart_navbar.html | 98 +++++++++---------- web/templates/users/user_details.html | 4 +- 2 files changed, 48 insertions(+), 54 deletions(-) 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 %}