From 905613d8e96b7026231bcb1223c763b1a30376d0 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Fri, 10 Feb 2023 11:22:57 +0000 Subject: [PATCH] Update password reset completed message Remind users to complete their profiles --- .../templates/registration/password_reset_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breccia_mapper/templates/registration/password_reset_complete.html b/breccia_mapper/templates/registration/password_reset_complete.html index 5ff1a12..fbf989f 100644 --- a/breccia_mapper/templates/registration/password_reset_complete.html +++ b/breccia_mapper/templates/registration/password_reset_complete.html @@ -4,5 +4,5 @@ {% block content %}

Password Reset Complete

-

Your password has been successfully reset. You can now log in using it.

+

Your password has been successfully reset. You can now log in using it.

If you haven't yet completed your profile, please do this now. {% endblock %} \ No newline at end of file