diff --git a/JugarAlPadel/K8S/Makefile.local b/JugarAlPadel/K8S/Makefile.local index 60fe2ef..f2b7d8b 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:5000 #export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.21 +export IMG_VERSION = 0.28 export IMG_NGINX_VERSION = 2.4 # limpia todo diff --git a/JugarAlPadel/gestion_reservas/templates/registration/password_change_done.html b/JugarAlPadel/gestion_reservas/templates/registration/password_change_done.html index 784ab37..0ec0315 100644 --- a/JugarAlPadel/gestion_reservas/templates/registration/password_change_done.html +++ b/JugarAlPadel/gestion_reservas/templates/registration/password_change_done.html @@ -1,20 +1,22 @@ -{% extends "admin/base_site.html" %} -{% load i18n %} -{% block userlinks %} - {% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}{% translate 'Documentation' %} / {% endif %}{% translate 'Change password' %} / -
- {% include "admin/color_theme_toggle.html" %} -{% endblock %} -{% block breadcrumbs %} - -{% endblock %} +{% load i18n static %} -{% block content %} -{% translate 'Your password was changed.' %}
-{% endblock %} +{% include "_head.html" %} + + +{% translate 'Your password was changed.' %}
+- {% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} -
- {% endif %} - - - + - -