diff --git a/api_tests/test_happy_db_setups.py b/api_tests/test_happy_db_setups.py index 5b3a59f055..afa6474d0c 100644 --- a/api_tests/test_happy_db_setups.py +++ b/api_tests/test_happy_db_setups.py @@ -47,7 +47,7 @@ def intern_session(): "new_password1": "myinternpass1234", "new_password2": "myinternpass1234" } - s.post(f'{SERVICE_HOST}/auth/password_reset_confirm', data=reset_payload) + s.post(f'{SERVICE_HOST}/auth/password_reset_confirm/', data=reset_payload) s.headers['X-CSRFToken'] = s.cookies['csrftoken'] new_login_payload = {"username": "intern", "password": "myinternpass1234"} s.post(f'{SERVICE_HOST}/auth/login/', data=new_login_payload) diff --git a/mathesar/templates/mathesar/login_base.html b/mathesar/templates/mathesar/login_base.html index 8d324afddf..538956ef72 100644 --- a/mathesar/templates/mathesar/login_base.html +++ b/mathesar/templates/mathesar/login_base.html @@ -53,6 +53,7 @@ display: flex; flex-direction: column; align-items: center; + gap: var(--size-xx-large); } .tutorial, .login-card, .login-card form, .login-card .footer { diff --git a/mathesar/templates/users/password_reset_confirmation.html b/mathesar/templates/users/password_reset_confirmation.html index 03cb190e02..c5fb0428ed 100644 --- a/mathesar/templates/users/password_reset_confirmation.html +++ b/mathesar/templates/users/password_reset_confirmation.html @@ -63,13 +63,13 @@