diff --git a/JugarAlPadel/K8S/Makefile b/JugarAlPadel/K8S/Makefile index ea2c76f..f8c2e1d 100644 --- a/JugarAlPadel/K8S/Makefile +++ b/JugarAlPadel/K8S/Makefile @@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') #export REGISTRY=localhost:5000 export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.19 +export IMG_VERSION = 0.20 export IMG_NGINX_VERSION = 2.3 # limpia todo diff --git a/JugarAlPadel/K8S/Makefile.local b/JugarAlPadel/K8S/Makefile.local index 0ba9fb4..502e1cb 100644 --- a/JugarAlPadel/K8S/Makefile.local +++ b/JugarAlPadel/K8S/Makefile.local @@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export REGISTRY=localhost:30500 #export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.52 +export IMG_VERSION = 0.54 export IMG_NGINX_VERSION = 2.4 # limpia todo diff --git a/JugarAlPadel/gestion_reservas/templates/eventos/apuntar_lista_espera.html b/JugarAlPadel/gestion_reservas/templates/eventos/apuntar_lista_espera.html index 98d62b7..895969b 100644 --- a/JugarAlPadel/gestion_reservas/templates/eventos/apuntar_lista_espera.html +++ b/JugarAlPadel/gestion_reservas/templates/eventos/apuntar_lista_espera.html @@ -9,11 +9,12 @@
{% if messages %} - + {% for message in messages %} + + {% endfor %} {% endif %}
diff --git a/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html b/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html index d5ed08d..f25949c 100644 --- a/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html +++ b/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html @@ -11,7 +11,10 @@ {% if messages %} {% endif %}