diff --git a/7a_Proyecto_Web_Completo.md b/7a_Proyecto_Web_Completo.md index 72aa319..55c89f5 100644 --- a/7a_Proyecto_Web_Completo.md +++ b/7a_Proyecto_Web_Completo.md @@ -139,15 +139,15 @@ urlpatterns = [ ## Crear Templates ``` -├──  ProyectoWeb/ -├──  ProyectoWebApp/ -│ ├──  templates/ -│ │ └──  ProyectoWebApp/ -│ │ ├──  blog.html -│ │ ├──  contacto.html -│ │ ├──  home.html -│ │ ├──  servicios.html -│ │ └──  tienda.html +├── 📁️ ProyectoWeb/ +├── 📁️ ProyectoWebApp/ +│ ├── 📂️ templates/ +│ │ └── 📂️ ProyectoWebApp/ +│ │ ├── 📄️ blog.html +│ │ ├── 📄️ contacto.html +│ │ ├── 📄️ home.html +│ │ ├── 📄️ servicios.html +│ │ └── 📄️ tienda.html ```