diff --git a/TiendaOnline/gestionPedidos/templates/busqueda_prods.html b/TiendaOnline/gestionPedidos/templates/busqueda_prods.html new file mode 100644 index 0000000..a39819b --- /dev/null +++ b/TiendaOnline/gestionPedidos/templates/busqueda_prods.html @@ -0,0 +1,11 @@ + + + Búsqueda de productos + + +
+ + +
+ + diff --git a/TiendaOnline/gestionPedidos/templates/contacto.html b/TiendaOnline/gestionPedidos/templates/contacto.html new file mode 100644 index 0000000..e70e621 --- /dev/null +++ b/TiendaOnline/gestionPedidos/templates/contacto.html @@ -0,0 +1,20 @@ + + + Contacto + + +

Formulario de contacto

+
+ {% csrf_token %} + +

Asunto:

+

Mail :

+

Mensaje:

+

+ + +
+ + + + diff --git a/TiendaOnline/gestionPedidos/templates/gracias.html b/TiendaOnline/gestionPedidos/templates/gracias.html new file mode 100644 index 0000000..390f5f0 --- /dev/null +++ b/TiendaOnline/gestionPedidos/templates/gracias.html @@ -0,0 +1,8 @@ + + + Gracias + + +

Gracias por contactarnos

+ + diff --git a/TiendaOnline/gestionPedidos/templates/resultado_busqueda.html b/TiendaOnline/gestionPedidos/templates/resultado_busqueda.html new file mode 100644 index 0000000..c2a7e97 --- /dev/null +++ b/TiendaOnline/gestionPedidos/templates/resultado_busqueda.html @@ -0,0 +1,18 @@ + + + Resultado búsqueda + + +

Estás buscando {{query}}

+ {% if articulos %} +

Encontrados : {{articulos|length}} artículos

+ + {% else %} +

Artículo no encontrado

+ {% endif %} + +