diff options
author | Sharanya A | 2019-11-26 15:48:39 +0530 |
---|---|---|
committer | GitHub | 2019-11-26 15:48:39 +0530 |
commit | c69720de4ea46628d81358b748daabf843c52357 (patch) | |
tree | 5044f017f777d8005fefb4985a17f4aaaec91117 /fossee_manim/templates/registration/password_reset_done.html | |
parent | ab16ecbb34d5b301d86a33f4d019b25de261f6cf (diff) | |
parent | f2ac50021461637225c77f633c0818f100e87ed1 (diff) | |
download | FOSSEE_animations-master.tar.gz FOSSEE_animations-master.tar.bz2 FOSSEE_animations-master.zip |
- provide reviewers option to delete proposals
- allow segregation of proposals based on their status
- allow performing basic search on proposal_status page
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_done.html')
-rw-r--r-- | fossee_manim/templates/registration/password_reset_done.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fossee_manim/templates/registration/password_reset_done.html b/fossee_manim/templates/registration/password_reset_done.html index e91ff73..c1f0e84 100644 --- a/fossee_manim/templates/registration/password_reset_done.html +++ b/fossee_manim/templates/registration/password_reset_done.html @@ -1,14 +1,14 @@ {% extends "registration/base.html" %} {% block title %} - Password reset successful +Password reset successful {% endblock %} {% block content %} - <div class="container"> +<div class="container"> <br> - <h3>Instruction for setting new password has been mailed - to your registered email address + <h3>Instruction for setting new password has been mailed + to your registered email address </h3> - </div> +</div> {% endblock %}
\ No newline at end of file |