diff --git a/tienda/templates/tienda/home.html b/tienda/templates/tienda/home.html index 427250d..cbdebdc 100644 --- a/tienda/templates/tienda/home.html +++ b/tienda/templates/tienda/home.html @@ -128,9 +128,11 @@ 🛍️ Explorar Productos + {% if not user.is_authenticated %} 📝 Registrarse + {% endif %} @@ -219,6 +221,7 @@ {% endif %} +{% if not user.is_authenticated %}