diff --git a/ReyMotaAppsDj/reymota/db.sqlite3 b/ReyMotaAppsDj/reymota/db.sqlite3 index 62b6153..ad8d05a 100644 Binary files a/ReyMotaAppsDj/reymota/db.sqlite3 and b/ReyMotaAppsDj/reymota/db.sqlite3 differ diff --git a/ReyMotaAppsDj/reymota/libros/urls.py b/ReyMotaAppsDj/reymota/libros/urls.py index 871a490..b6f02ad 100644 --- a/ReyMotaAppsDj/reymota/libros/urls.py +++ b/ReyMotaAppsDj/reymota/libros/urls.py @@ -5,7 +5,7 @@ from . import views app_name='libros' urlpatterns = [ - path('/', views.principal, name='principal'), + path('', views.principal, name='principal'), path('autores/', views.lista_autores, name='lista_autores'), path('autores/nuevo/', views.nuevo_autor, name='nuevo_autor'), path('autores//', views.detalle_autor, name='detalle_autor'), diff --git a/ReyMotaAppsDj/reymota/repostajes/urls.py b/ReyMotaAppsDj/reymota/repostajes/urls.py index 2254e76..3e620d4 100644 --- a/ReyMotaAppsDj/reymota/repostajes/urls.py +++ b/ReyMotaAppsDj/reymota/repostajes/urls.py @@ -5,7 +5,7 @@ from . import views app_name='repostajes' urlpatterns = [ - path('/', views.principal, name='principal'), + path('', views.principal, name='principal'), path('vehiculos/', views.lista_vehiculos, name='lista_vehiculos'), path('vehiculos/nuevo/', views.nuevo_vehiculo, name='nuevo_vehiculo'), path('vehiculos//', views.detalle_vehiculo, name='detalle_vehiculo'), diff --git a/ReyMotaAppsDj/reymota/templates/libros/index.html b/ReyMotaAppsDj/reymota/templates/libros/index.html index 0bcf2c5..c5c34d4 100644 --- a/ReyMotaAppsDj/reymota/templates/libros/index.html +++ b/ReyMotaAppsDj/reymota/templates/libros/index.html @@ -21,35 +21,31 @@ -
-
-
-
-

Autores

-
$12,628
-
- - - 20%
-
- -
-
- -
-
-
-

Libros

-
$2,250
-
- - - 5%
-
- -
-
-
+ +
+
+
+
+ + + + +
+

Autores

+

Mis recetas, probadas por mi y adaptadas

+
+
+
+ + + + +
+

Libros

+

Mis recetas, probadas por mi y adaptadas

+
+
+
{% endblock %} diff --git a/ReyMotaAppsDj/reymota/templates/repostajes/index.html b/ReyMotaAppsDj/reymota/templates/repostajes/index.html index 53e7b5b..91317ca 100644 --- a/ReyMotaAppsDj/reymota/templates/repostajes/index.html +++ b/ReyMotaAppsDj/reymota/templates/repostajes/index.html @@ -21,6 +21,31 @@ + +
+
+
+
+ + + + +
+

VehĂ­culos

+

Mis recetas, probadas por mi y adaptadas

+
+
+
+ + + + +
+

Repostajes

+

Mis recetas, probadas por mi y adaptadas

+
+
+
{% endblock %}