From a6306c5218d0d00320c19190a9e6ca66a68bbd67 Mon Sep 17 00:00:00 2001 From: adrigongv23 Date: Tue, 23 Jun 2026 11:29:57 +0200 Subject: [PATCH] =?UTF-8?q?Cerrar=20sesi=C3=B3n=20implementado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plataform_Web/templates/base.html | 7 ++++++- Plataform_Web/templates/login.html | 4 ---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Plataform_Web/templates/base.html b/Plataform_Web/templates/base.html index 93233b2..9010f6c 100644 --- a/Plataform_Web/templates/base.html +++ b/Plataform_Web/templates/base.html @@ -82,7 +82,12 @@
  • Hola, {{ user.first_name }}
  • Mi Perfil
  • -
  • Cerrar Sesión
  • +
  • +
    + {% csrf_token %} + +
    +
  • diff --git a/Plataform_Web/templates/login.html b/Plataform_Web/templates/login.html index 3c6b2c1..11950dd 100644 --- a/Plataform_Web/templates/login.html +++ b/Plataform_Web/templates/login.html @@ -90,10 +90,6 @@ -
    - ¿Olvidaste tu contraseña? -
    -