summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_reset_done.html
diff options
context:
space:
mode:
authorAkshen2019-05-17 16:47:18 +0530
committerAkshen2019-05-17 16:47:18 +0530
commit5c7b4b7c8dd0b161a92b9127234b8f89c95aa42a (patch)
treea3492d10c21c9720832f47b2d9155a6d79b3c218 /fossee_manim/templates/registration/password_reset_done.html
parentedad33a7c2439c1206de77242df750a0d4007fd6 (diff)
downloadFOSSEE_animations-5c7b4b7c8dd0b161a92b9127234b8f89c95aa42a.tar.gz
FOSSEE_animations-5c7b4b7c8dd0b161a92b9127234b8f89c95aa42a.tar.bz2
FOSSEE_animations-5c7b4b7c8dd0b161a92b9127234b8f89c95aa42a.zip
Forgot Password templates fixed
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_done.html')
-rw-r--r--fossee_manim/templates/registration/password_reset_done.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/fossee_manim/templates/registration/password_reset_done.html b/fossee_manim/templates/registration/password_reset_done.html
index 0d335b8..e91ff73 100644
--- a/fossee_manim/templates/registration/password_reset_done.html
+++ b/fossee_manim/templates/registration/password_reset_done.html
@@ -1,9 +1,14 @@
-{% extends "base.html" %}
+{% extends "registration/base.html" %}
{% block title %}
Password reset successful
{% endblock %}
-{% block pagetitle %}
- Instruction for setting new password has been mailed to your registered email address
+{% block content %}
+ <div class="container">
+ <br>
+ <h3>Instruction for setting new password has been mailed
+ to your registered email address
+ </h3>
+ </div>
{% endblock %} \ No newline at end of file