|
|
@ -21,6 +21,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="app-card-body p-4"> |
|
|
<div class="app-card-body p-4"> |
|
|
|
|
|
|
|
|
{% if libros %} |
|
|
{% if libros %} |
|
|
@ -38,7 +39,7 @@ |
|
|
{% if libro.portada %} |
|
|
{% if libro.portada %} |
|
|
<td class="cell"><img src="{{ libro.portada.url }}" alt="Portada del libro" width="200"></td> |
|
|
<td class="cell"><img src="{{ libro.portada.url }}" alt="Portada del libro" width="200"></td> |
|
|
{% else %} |
|
|
{% else %} |
|
|
<p>Sin imagen</p> |
|
|
|
|
|
|
|
|
<td>Sin imagen</td> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
@ -47,7 +48,9 @@ |
|
|
{% else %} |
|
|
{% else %} |
|
|
<p>No se han encontrado libros para este autor</p> |
|
|
<p>No se han encontrado libros para este autor</p> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="row g-3 mb-4 align-items-center justify-content-between"> |
|
|
<div class="row g-3 mb-4 align-items-center justify-content-between"> |
|
|
|