From d60050dcfe7e32dc720e48942c7457860da79d6b Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 20 Dec 2019 15:34:23 +0530 Subject: Use reverse url instead of traditional url in templates --- .../templates/registration/password_reset_form.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'yaksh/templates/registration/password_reset_form.html') diff --git a/yaksh/templates/registration/password_reset_form.html b/yaksh/templates/registration/password_reset_form.html index fd2220f..eeca8f2 100644 --- a/yaksh/templates/registration/password_reset_form.html +++ b/yaksh/templates/registration/password_reset_form.html @@ -1,12 +1,13 @@ {% extends "base.html" %} -{% block title %} -Forgot Password -{% endblock %} +{% load static %} + +{% block title %} Forgot Password {% endblock %} + {% block nav %} {% endblock %} @@ -26,8 +27,12 @@ Forgot Password {{ form }}

- - Cancel + + + Cancel + -- cgit