From 1388472a569f8c33760016606a9cdceb1640ef3a Mon Sep 17 00:00:00 2001 From: AI Scout Agent Date: Sun, 31 May 2026 14:12:38 +0300 Subject: [PATCH] Make login button spinner more robust by using Bootstrap's attribute --- accounts/templates/accounts/otp_login.html | 21 ++++++--------------- accounts/templates/login.html | 21 ++++++--------------- 2 files changed, 12 insertions(+), 30 deletions(-) diff --git a/accounts/templates/accounts/otp_login.html b/accounts/templates/accounts/otp_login.html index 5f54f36..0dcdb14 100644 --- a/accounts/templates/accounts/otp_login.html +++ b/accounts/templates/accounts/otp_login.html @@ -39,19 +39,10 @@ {% block script %} -{% endblock script%} +{% endblock script %} diff --git a/accounts/templates/login.html b/accounts/templates/login.html index 28e6769..5ee3565 100644 --- a/accounts/templates/login.html +++ b/accounts/templates/login.html @@ -37,19 +37,10 @@ {% block script %} -{% endblock script%} +{% endblock script %}