diff --git a/ReyMotaAppsDj/K8S/Makefile b/ReyMotaAppsDj/K8S/Makefile index ff4b059..78b9441 100644 --- a/ReyMotaAppsDj/K8S/Makefile +++ b/ReyMotaAppsDj/K8S/Makefile @@ -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 diff --git a/ReyMotaAppsDj/reymota/templates/repostajes/detalle_vehiculo.html b/ReyMotaAppsDj/reymota/templates/repostajes/detalle_vehiculo.html index 0f4542b..1ee0b77 100644 --- a/ReyMotaAppsDj/reymota/templates/repostajes/detalle_vehiculo.html +++ b/ReyMotaAppsDj/reymota/templates/repostajes/detalle_vehiculo.html @@ -13,7 +13,7 @@
{% if vehiculo.foto %} -

{{ vehiculo.matricula}}

+

{{ vehiculo.matricula}}

{% else %}

No hay imágen disponible

{% endif %} diff --git a/ReyMotaAppsDj/reymota/templates/repostajes/lista_vehiculos.html b/ReyMotaAppsDj/reymota/templates/repostajes/lista_vehiculos.html index a2e169e..00f0916 100644 --- a/ReyMotaAppsDj/reymota/templates/repostajes/lista_vehiculos.html +++ b/ReyMotaAppsDj/reymota/templates/repostajes/lista_vehiculos.html @@ -31,7 +31,7 @@
{% if vehiculo.foto %} - Foto del vehiculo + Foto del vehiculo {% else %} Sin imágen {% endif %}