diff --git a/JugarAlPadel/K8S/Makefile b/JugarAlPadel/K8S/Makefile index f8395d2..50b9d91 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.20 +export IMG_VERSION = 0.21 export IMG_NGINX_VERSION = 2.3 # limpia todo diff --git a/JugarAlPadel/K8S/Makefile.local b/JugarAlPadel/K8S/Makefile.local index 2aa7e81..94cda40 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.54 +export IMG_VERSION = 0.56 export IMG_NGINX_VERSION = 2.4 # limpia todo diff --git a/JugarAlPadel/gestion_reservas/templates/404.html b/JugarAlPadel/gestion_reservas/templates/404.html index 6fc7ab0..dfe159d 100644 --- a/JugarAlPadel/gestion_reservas/templates/404.html +++ b/JugarAlPadel/gestion_reservas/templates/404.html @@ -7,7 +7,7 @@
Lo siento, no hemos podido encontrar la página que buscas.
- Ir a la página de inicio + Ir a la página de inicio {% endblock %} diff --git a/JugarAlPadel/gestion_reservas/templates/500.html b/JugarAlPadel/gestion_reservas/templates/500.html new file mode 100644 index 0000000..1b28764 --- /dev/null +++ b/JugarAlPadel/gestion_reservas/templates/500.html @@ -0,0 +1,13 @@ +{% extends 'base.html' %} + +{% block content %} + +
+

500
Problema en el servidor

+
+ Lo siento, ha habido un problema en el servidor. +
+ Ir a la página de inicio +
+ +{% endblock %}