diff options
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 %} |