diff --git a/tienda/templates/tienda/producto.html b/tienda/templates/tienda/producto.html index b20c3ce..cb00214 100644 --- a/tienda/templates/tienda/producto.html +++ b/tienda/templates/tienda/producto.html @@ -75,6 +75,14 @@ {% if can_review %} Valorar este producto + {% elif user_has_review %} +
${review.content}
${imagesHtml} + ${actionsHtml}