diff options
Diffstat (limited to 'fossee_manim/templates/registration/password_change_done.html')
-rw-r--r-- | fossee_manim/templates/registration/password_change_done.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fossee_manim/templates/registration/password_change_done.html b/fossee_manim/templates/registration/password_change_done.html index 93b93cb..d72f7f5 100644 --- a/fossee_manim/templates/registration/password_change_done.html +++ b/fossee_manim/templates/registration/password_change_done.html @@ -1,6 +1,6 @@ -{% extends "base.html" %} +{% extends "registration/base.html" %} -{% block pagetitle %} +{% block title %} Password change successful {% endblock %} @@ -14,6 +14,7 @@ {% endblock %} {% block content %} + <br> <h3>Your password has been changed successfully.</h3> <h4>Redirecting ...</h4> {% endblock %}
\ No newline at end of file |