diff options
Diffstat (limited to 'scipy/templates/registration/password_change_done.html')
-rw-r--r-- | scipy/templates/registration/password_change_done.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scipy/templates/registration/password_change_done.html b/scipy/templates/registration/password_change_done.html new file mode 100644 index 0000000..a02b3c4 --- /dev/null +++ b/scipy/templates/registration/password_change_done.html @@ -0,0 +1,8 @@ +<div class="container"> + <div class="form-password"> + <h2>Password Changed Successfully</h2> + <p style="color: #ffffff; text-align: center"> + Click <a href="/bazaar"><b>here</b></a> to go back to dashboard. + </p> + </div> +</div> |