diff options
author | maheshgudi | 2016-07-11 16:07:04 +0530 |
---|---|---|
committer | maheshgudi | 2016-07-11 16:10:55 +0530 |
commit | 2725f202757694d966d00c413b327bb163fba67f (patch) | |
tree | bcf980d4422dec9bd896638999b77b5a4149839f /yaksh/templates/registration/password_reset_form.html | |
parent | 87f3f30b4288bcc867fd0f18f7d845484aaf910c (diff) | |
download | online_test-2725f202757694d966d00c413b327bb163fba67f.tar.gz online_test-2725f202757694d966d00c413b327bb163fba67f.tar.bz2 online_test-2725f202757694d966d00c413b327bb163fba67f.zip |
changed templates for forgot password and change password
Diffstat (limited to 'yaksh/templates/registration/password_reset_form.html')
-rw-r--r-- | yaksh/templates/registration/password_reset_form.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/yaksh/templates/registration/password_reset_form.html b/yaksh/templates/registration/password_reset_form.html deleted file mode 100644 index 0dbaf09..0000000 --- a/yaksh/templates/registration/password_reset_form.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} -{% block title %} Forgot Password {% endblock %} -{% block pagetitle %} Online Test {% endblock %} -{% block formtitle %} Email will be send to the registered email address {% endblock %} -{% block content %} -<form action="" method="post"> - {% csrf_token %} - {{ form }} - <button class="btn" type="submit">Request</button> - <a class="btn" href="{{URL_ROOT}}/exam/login/">Cancel</a> -</form> -{% endblock content %} |