From 30be1ece38b4a9a8757b1759ff7d802073898360 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 5 Jul 2024 08:57:07 +0200 Subject: [PATCH] Dejo login y signup en auth.py --- ReymotaPy/servicios/reymotapy/paginas.py | 8 -------- ReymotaPy/servicios/reymotapy/templates/_cabecera.html | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/ReymotaPy/servicios/reymotapy/paginas.py b/ReymotaPy/servicios/reymotapy/paginas.py index c9310a3..2956907 100644 --- a/ReymotaPy/servicios/reymotapy/paginas.py +++ b/ReymotaPy/servicios/reymotapy/paginas.py @@ -34,14 +34,6 @@ def account(): def settings(): return render_template('settings.html') -@bp.route('/login') -def login(): - return render_template('login.html') - -@bp.route('/signup') -def signup(): - return render_template('signup.html') - @bp.route('/reset-password') def resetpassword(): return render_template('reset-password.html') diff --git a/ReymotaPy/servicios/reymotapy/templates/_cabecera.html b/ReymotaPy/servicios/reymotapy/templates/_cabecera.html index 11ce839..5c31480 100644 --- a/ReymotaPy/servicios/reymotapy/templates/_cabecera.html +++ b/ReymotaPy/servicios/reymotapy/templates/_cabecera.html @@ -232,8 +232,8 @@