From 2f9366ee3d7d959e7222ac17a1143191376d98b2 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Sun, 13 Oct 2024 18:14:47 +0000 Subject: [PATCH] =?UTF-8?q?Indico=20si=20pozo=20est=C3=A1=20en=20no=20publ?= =?UTF-8?q?icado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JugarAlPadel/K8S/Makefile | 2 +- JugarAlPadel/K8S/Makefile.local | 2 +- .../gestion_reservas/templates/eventos/lista_eventos.html | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/JugarAlPadel/K8S/Makefile b/JugarAlPadel/K8S/Makefile index 48eddd7..f1a1eee 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.23 +export IMG_VERSION = 0.24 export IMG_NGINX_VERSION = 2.3 # limpia todo diff --git a/JugarAlPadel/K8S/Makefile.local b/JugarAlPadel/K8S/Makefile.local index c75a0fa..ce39116 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.60 +export IMG_VERSION = 0.61 export IMG_NGINX_VERSION = 2.4 # limpia todo diff --git a/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html b/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html index f25949c..d5a6b28 100644 --- a/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html +++ b/JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html @@ -44,7 +44,11 @@ {% for evento in eventos_con_reserva %} + {% if evento.evento.publicado %} {{ evento.nombre }} + {% else %} + {{ evento.nombre }} (NO PUBLICADO) + {% endif %} {{ evento.fecha }} {{ evento.hora }} {{ evento.plazas_disponibles }}