This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Pequeña corrección en la template de detalle_autor
politica
Celestino Rey
1 year ago
parent
2a28e3c908
commit
770c9d1db0
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Libros/K8S/Makefile
+4
-1
Libros/biblioteca/gestion/templates/gestion/detalle_autor.html
+ 1
- 1
Libros/K8S/Makefile
View File
@ -1,5 +1,5 @@
export
ARQUITECTURA
:=
$(
shell lscpu
|
grep itectur
|
tr -d
' '
|
cut -f2 -d
':'
)
export
IMG_VERSION
=
1.4
6
export
IMG_VERSION
=
1.4
7
export
IMG_NGINX_VERSION
=
1.17
# limpia todo
+ 4
- 1
Libros/biblioteca/gestion/templates/gestion/detalle_autor.html
View File
@ -21,6 +21,7 @@
<
/
div
>
<
/
div
>
<
/
div
>
<
div
class
=
"app-card-body p-4"
>
{% if libros %}
@ -38,7 +39,7 @@
{% if libro.portada %}
<
td
class
=
"cell"
>
<
img
src
=
"{{ libro.portada.url }}"
alt
=
"Portada del libro"
width
=
"200"
>
<
/
td
>
{% else %}
<
p
>
Sin imagen
<
/
p
>
<
td
>
Sin imagen
<
/
td
>
{% endif %}
<
/
tr
>
{% endfor %}
@ -47,7 +48,9 @@
{% else %}
<
p
>
No se han encontrado libros para este autor
<
/
p
>
{% endif %}
<
/
div
>
<
/
div
>
<
div
class
=
"row g-3 mb-4 align-items-center justify-content-between"
>
Write
Preview
Loading…
Cancel
Save