diff --git a/Libros/K8S/Makefile b/Libros/K8S/Makefile index 05a497e..985aea6 100644 --- a/Libros/K8S/Makefile +++ b/Libros/K8S/Makefile @@ -1,5 +1,5 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') -export IMG_VERSION = 1.34 +export IMG_VERSION = 1.40 export IMG_NGINX_VERSION = 1.17 # limpia todo diff --git a/Libros/biblioteca/accounts/urls.py b/Libros/biblioteca/accounts/urls.py index cb6be4a..6e24af3 100644 --- a/Libros/biblioteca/accounts/urls.py +++ b/Libros/biblioteca/accounts/urls.py @@ -6,7 +6,7 @@ from .views import SignUpView urlpatterns = [ - path("signup/", SignUpView.as_view(), name="signup"), + # path("signup/", SignUpView.as_view(), name="signup"), path('login/', auth_views.LoginView.as_view(), name='login'), path('logout/', auth_views.LogoutView.as_view(), name='logout'), ] diff --git a/Libros/biblioteca/gestion/templates/registration/login.html b/Libros/biblioteca/gestion/templates/registration/login.html index 2a94cfe..4f9e4cc 100644 --- a/Libros/biblioteca/gestion/templates/registration/login.html +++ b/Libros/biblioteca/gestion/templates/registration/login.html @@ -61,7 +61,7 @@ -