diff --git a/tienda/templates/tienda/producto.html b/tienda/templates/tienda/producto.html index 050b248..b20c3ce 100644 --- a/tienda/templates/tienda/producto.html +++ b/tienda/templates/tienda/producto.html @@ -66,9 +66,6 @@

Valoraciones

-
- DEBUG: can_review={{can_review}}, user.is_authenticated={{user.is_authenticated}}, user={{user}} -
0.0
@@ -79,7 +76,7 @@ {% if can_review %} Valorar este producto {% elif user.is_authenticated %} - Ya has valorado este producto + Solo puedes valorar productos que hayas comprado {% else %} Inicia sesión para valorar {% endif %}