From d3637b220740dd552855b81d38a5da4107233786 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 20 Dec 2019 12:20:25 +0530 Subject: Change the password reset page and change password page --- yaksh/templates/registration/password_change_form.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'yaksh/templates/registration/password_change_form.html') diff --git a/yaksh/templates/registration/password_change_form.html b/yaksh/templates/registration/password_change_form.html index b618410..18dfa2e 100644 --- a/yaksh/templates/registration/password_change_form.html +++ b/yaksh/templates/registration/password_change_form.html @@ -1,8 +1,18 @@ {% extends "base.html" %} {% block pagetitle %} Change Password {% endblock %} +{% block title %} Change Password {% endblock %} + +{% block nav %} + +{% endblock %} {% block content %} +

{% csrf_token %}
@@ -10,7 +20,9 @@ {{ form }}
-
-
+
+
+
{% endblock content %} -- cgit