Implementado Unstuck y Cambio de correo

This commit is contained in:
adevopg
2024-11-29 20:52:11 +01:00
parent 5e1937d245
commit 07b1281d61
21 changed files with 494 additions and 36 deletions
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Confirmación de Nuevo Correo</title>
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
</head>
<body>
<div class="main-container">
<h1>Cambio de Correo Completado</h1>
<p>El cambio de correo ha sido confirmado y completado con éxito.</p>
<a href="{% url 'my-account' %}">Regresar a Mi Cuenta</a>
</div>
</body>
</html>