diff --git a/ReyMotaAppsDj/K8S/verImg.sh b/ReyMotaAppsDj/K8S/verImg.sh index 232a931..a9ade1f 100644 --- a/ReyMotaAppsDj/K8S/verImg.sh +++ b/ReyMotaAppsDj/K8S/verImg.sh @@ -1 +1 @@ -docker run -it registry.reymota.es/apuntes:1.19 bash +docker run -it registry.reymota.es/reymota-x86_64:0.1 bash diff --git a/ReyMotaAppsDj/reymota/templates/libros/detalle_autor.html b/ReyMotaAppsDj/reymota/templates/libros/detalle_autor.html index 385cf1f..ef98feb 100644 --- a/ReyMotaAppsDj/reymota/templates/libros/detalle_autor.html +++ b/ReyMotaAppsDj/reymota/templates/libros/detalle_autor.html @@ -41,7 +41,7 @@ {% for libro in libros %} - {{ libro.titulo }} + {{ libro.titulo }} {% if libro.portada %} Portada del libro {% else %} @@ -61,11 +61,11 @@
- Volver al inicio + Volver al inicio
- Añadir libro + Añadir libro
diff --git a/ReyMotaAppsDj/reymota/templates/libros/detalle_libro.html b/ReyMotaAppsDj/reymota/templates/libros/detalle_libro.html index 5b8416f..b4b2777 100644 --- a/ReyMotaAppsDj/reymota/templates/libros/detalle_libro.html +++ b/ReyMotaAppsDj/reymota/templates/libros/detalle_libro.html @@ -29,7 +29,7 @@
  • |
  • {{ libro.fecha_publicacion }}
  • |
  • -
  • {{ libro.autor.nombre }}
  • +
  • {{ libro.autor.nombre }}
  • diff --git a/ReyMotaAppsDj/reymota/templates/libros/lista_autores.html b/ReyMotaAppsDj/reymota/templates/libros/lista_autores.html index d461faa..394fc68 100644 --- a/ReyMotaAppsDj/reymota/templates/libros/lista_autores.html +++ b/ReyMotaAppsDj/reymota/templates/libros/lista_autores.html @@ -35,7 +35,7 @@ {% else %} Sin imágen {% endif %} -

    {{ autor.nombre}}

    +

    {{ autor.nombre}}