From 5c7b4b7c8dd0b161a92b9127234b8f89c95aa42a Mon Sep 17 00:00:00 2001
From: Akshen
Date: Fri, 17 May 2019 16:47:18 +0530
Subject: Forgot Password templates fixed
---
fossee_manim/templates/registration/password_reset_complete.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'fossee_manim/templates/registration/password_reset_complete.html')
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 %}
+
Your password has been reset.
{% endblock %} \ No newline at end of file -- cgit