summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_reset_complete.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_complete.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_complete.html')
-rw-r--r--fossee_manim/templates/registration/password_reset_complete.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/fossee_manim/templates/registration/password_reset_complete.html b/fossee_manim/templates/registration/password_reset_complete.html
index 1ff3f76..1da9b4a 100644
--- a/fossee_manim/templates/registration/password_reset_complete.html
+++ b/fossee_manim/templates/registration/password_reset_complete.html
@@ -1,7 +1,8 @@
-{% extends "base.html" %}
+{% extends "registration/base.html" %}
-{% block pagetitle %}Password reset complete{% endblock %}
+{% block title %}Password reset complete{% endblock %}
{% block content %}
+<br>
<p>Your password has been reset. </p>
{% endblock %} \ No newline at end of file