From 005a23200baa4c6eac18d2d77be09ab54fb22751 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Thu, 10 Oct 2024 14:31:47 +0000 Subject: [PATCH] =?UTF-8?q?Mensajes=20de=20aviso=20m=C3=A1s=20bonitos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JugarAlPadel/K8S/Makefile | 2 +- JugarAlPadel/K8S/Makefile.local | 2 +- .../templates/eventos/apuntar_lista_espera.html | 11 ++++++----- .../templates/eventos/lista_eventos.html | 5 ++++- 4 files changed, 12 insertions(+), 8 deletions(-) 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 %} - {{ message }} - {% endfor %} -
+ {% 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 %}