From 770c9d1db0100d1e7789a3c7d38d893c7e9d3709 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 2 Sep 2024 08:28:14 +0200 Subject: [PATCH] =?UTF-8?q?Peque=C3=B1a=20correcci=C3=B3n=20en=20la=20temp?= =?UTF-8?q?late=20de=20detalle=5Fautor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Libros/K8S/Makefile | 2 +- .../biblioteca/gestion/templates/gestion/detalle_autor.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Libros/K8S/Makefile b/Libros/K8S/Makefile index 6ee8d52..03cfc33 100644 --- a/Libros/K8S/Makefile +++ b/Libros/K8S/Makefile @@ -1,5 +1,5 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') -export IMG_VERSION = 1.46 +export IMG_VERSION = 1.47 export IMG_NGINX_VERSION = 1.17 # limpia todo diff --git a/Libros/biblioteca/gestion/templates/gestion/detalle_autor.html b/Libros/biblioteca/gestion/templates/gestion/detalle_autor.html index 6ff5a62..5834719 100644 --- a/Libros/biblioteca/gestion/templates/gestion/detalle_autor.html +++ b/Libros/biblioteca/gestion/templates/gestion/detalle_autor.html @@ -21,6 +21,7 @@ +
{% if libros %} @@ -38,7 +39,7 @@ {% if libro.portada %} Portada del libro {% else %} -

Sin imagen

+ Sin imagen {% endif %} {% endfor %} @@ -47,7 +48,9 @@ {% else %}

No se han encontrado libros para este autor

{% endif %} +
+