|
@@ -17,7 +17,7 @@
|
|
|
<div class="row g-3 align-items-center">
|
|
<div class="row g-3 align-items-center">
|
|
|
<div class="col-12 col-lg-auto text-center text-lg-start">
|
|
<div class="col-12 col-lg-auto text-center text-lg-start">
|
|
|
{% if vehiculo.foto %}
|
|
{% if vehiculo.foto %}
|
|
|
- <p><img src="{{ vehiculo.foto.url }}" alt="{{ vehiculo.matricula}}" width="187" height="333"></p>
|
|
|
|
|
|
|
+ <p><img src="{{ vehiculo.foto.url }}" alt="{{ vehiculo.matricula}}" width="484" height="343"></p>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
<p>No hay imágen disponible</p>
|
|
<p>No hay imágen disponible</p>
|
|
|
{% endif %}
|
|
{% endif %}
|