diff --git a/tienda/templates/tienda/cart.html b/tienda/templates/tienda/cart.html
index 1199d01..821fd15 100644
--- a/tienda/templates/tienda/cart.html
+++ b/tienda/templates/tienda/cart.html
@@ -59,7 +59,7 @@
{% if item.product.stock > 0 %}
{{ item.product.stock }}
{% else %}
- ✗ Sin stock
+ ✗ Sin stock
{% endif %}
{{ item.get_subtotal_with_vat|format_price }} € |
diff --git a/tienda/templates/tienda/producto.html b/tienda/templates/tienda/producto.html
index dace4c9..117aa9f 100644
--- a/tienda/templates/tienda/producto.html
+++ b/tienda/templates/tienda/producto.html
@@ -41,9 +41,9 @@
{% if product.stock > 0 %}
- ✓ Stock disponible: {{ product.stock }}
+ ✓ Stock disponible: {{ product.stock }}
{% else %}
- ✗ Sin stock
+ ✗ Sin stock
{% endif %}