From 8f7e4f4f24dbed5a555c8f2a9cbb02a6e37c8910 Mon Sep 17 00:00:00 2001 From: CJ Green <44074998+okaycj@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:09:38 -0400 Subject: [PATCH] Fix registration views (#1152) * Update registration view for BS5 * Remove duplicate form error messages --- accounts/templates/accounts/2fa-setup.html | 1 - .../templates/accounts/account-update.html | 3 -- .../accounts/researcher-registration.html | 1 - studies/templates/studies/lab_create.html | 1 - studies/templates/studies/lab_update.html | 1 - .../studies/study_participant_contact.html | 1 - web/templates/registration/login.html | 1 - .../registration/password_reset_complete.html | 20 +++----- .../registration/password_reset_confirm.html | 50 ++++++------------- .../registration/password_reset_done.html | 24 ++++----- .../registration/password_reset_form.html | 37 +++++--------- web/templates/web/child-add.html | 1 - web/templates/web/child-update.html | 1 - .../web/demographic-data-update.html | 1 - .../web/participant-email-preferences.html | 1 - web/templates/web/participant-signup.html | 1 - 16 files changed, 44 insertions(+), 101 deletions(-) diff --git a/accounts/templates/accounts/2fa-setup.html b/accounts/templates/accounts/2fa-setup.html index e0e45b5da..071942fdb 100644 --- a/accounts/templates/accounts/2fa-setup.html +++ b/accounts/templates/accounts/2fa-setup.html @@ -28,7 +28,6 @@