From a65beac8599f586f7fc9ea1429bbe90fbdc39789 Mon Sep 17 00:00:00 2001 From: Rafiuzzaman Khan Date: Thu, 4 Jun 2026 14:02:08 -0400 Subject: [PATCH] fix confirm password mismatch --- templates/account/register.html | 23 ++++++++++++++--------- templates/account/reset_password.html | 23 ++++++++++++++--------- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/templates/account/register.html b/templates/account/register.html index e414916..46b5adf 100644 --- a/templates/account/register.html +++ b/templates/account/register.html @@ -67,15 +67,20 @@ {% endblock %} \ No newline at end of file diff --git a/templates/account/reset_password.html b/templates/account/reset_password.html index 16c0761..18237d9 100644 --- a/templates/account/reset_password.html +++ b/templates/account/reset_password.html @@ -48,15 +48,20 @@ {% endblock %} \ No newline at end of file