Browse Source

ajuste en el tamano de las fotos

politica
Celestino Rey 11 months ago
parent
commit
4cb75a995d
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      ReyMotaAppsDj/K8S/Makefile
  2. +1
    -1
      ReyMotaAppsDj/reymota/templates/repostajes/detalle_vehiculo.html
  3. +1
    -1
      ReyMotaAppsDj/reymota/templates/repostajes/lista_vehiculos.html

+ 1
- 1
ReyMotaAppsDj/K8S/Makefile View File

@ -1,7 +1,7 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=registry.cube.local
export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.24
export IMG_VERSION = 0.28
export IMG_NGINX_VERSION = 1.0
# limpia todo


+ 1
- 1
ReyMotaAppsDj/reymota/templates/repostajes/detalle_vehiculo.html View File

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


+ 1
- 1
ReyMotaAppsDj/reymota/templates/repostajes/lista_vehiculos.html View File

@ -31,7 +31,7 @@
<div class="app-card-body p-3 has-card-actions">
{% if vehiculo.foto %}
<img src="{{ vehiculo.foto.url }}" alt="Foto del vehiculo" style="width:200px;height:200px;">
<img src="{{ vehiculo.foto.url }}" alt="Foto del vehiculo" width="187px" height="115px">
{% else %}
Sin imágen
{% endif %}


Loading…
Cancel
Save