From 8543fed00c912877375b0835b63c765baed654e2 Mon Sep 17 00:00:00 2001 From: Akshen Date: Mon, 13 May 2019 16:15:57 +0530 Subject: Minor Updates - Proposal 1 fields changed - Forgot Password files moved - No search Results Found - Pincode field added --- fossee_manim/templates/registration/password_reset_complete.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fossee_manim/templates/registration/password_reset_complete.html (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 new file mode 100644 index 0000000..1ff3f76 --- /dev/null +++ b/fossee_manim/templates/registration/password_reset_complete.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block pagetitle %}Password reset complete{% endblock %} +{% block content %} +<p>Your password has been reset. </p> + +{% endblock %} \ No newline at end of file -- cgit