From c067ad85ff8d51296d632a008d56091422fe9b91 Mon Sep 17 00:00:00 2001 From: Shelsy Date: Thu, 5 Jul 2018 18:35:26 +0530 Subject: Change templates with new UI --- yaksh/templates/registration/password_reset_complete.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'yaksh/templates/registration/password_reset_complete.html') diff --git a/yaksh/templates/registration/password_reset_complete.html b/yaksh/templates/registration/password_reset_complete.html index 0c1bae2..bc9245f 100644 --- a/yaksh/templates/registration/password_reset_complete.html +++ b/yaksh/templates/registration/password_reset_complete.html @@ -1,6 +1,15 @@ {% extends "base.html" %} -{% block pagetitle %}Password reset complete{% endblock %} +{% block pagetitle %} +
+ + YAKSH + + +
+{% endblock %} {% block content %} +

Your password has been reset.

-

Log in

+

Log in

+
{% endblock %} -- cgit