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_confirm.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'yaksh/templates/registration/password_reset_confirm.html') diff --git a/yaksh/templates/registration/password_reset_confirm.html b/yaksh/templates/registration/password_reset_confirm.html index 1b0a1b7..49563ac 100644 --- a/yaksh/templates/registration/password_reset_confirm.html +++ b/yaksh/templates/registration/password_reset_confirm.html @@ -1,15 +1,24 @@ {% extends "base.html" %} -{% block pagetitle %}Reset Password{% endblock %} +{% block pagetitle %} +
+ + YAKSH + + +
+{% endblock %} {% block content %} +

Reset Password

{% if validlink %}

Please enter your new password twice so we can verify you typed it in correctly

.
{% csrf_token %} {{ form.as_p }} - +
{% else %}

This reset link is no longer valid!

{% endif %} +
{% endblock %} -- cgit