diff options
author | Shelsy | 2018-07-05 18:35:26 +0530 |
---|---|---|
committer | ankitjavalkar | 2018-09-26 12:53:13 +0530 |
commit | c067ad85ff8d51296d632a008d56091422fe9b91 (patch) | |
tree | 9ed91b0cc90abad7b5d5e0fe9e1488cddcb30d5a /yaksh/templates/registration/password_reset_done.html | |
parent | 485a71c7883728a51b33d5133df449b253ff5a57 (diff) | |
download | online_test-c067ad85ff8d51296d632a008d56091422fe9b91.tar.gz online_test-c067ad85ff8d51296d632a008d56091422fe9b91.tar.bz2 online_test-c067ad85ff8d51296d632a008d56091422fe9b91.zip |
Change templates with new UI
Diffstat (limited to 'yaksh/templates/registration/password_reset_done.html')
-rw-r--r-- | yaksh/templates/registration/password_reset_done.html | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/yaksh/templates/registration/password_reset_done.html b/yaksh/templates/registration/password_reset_done.html index 1ac7b60..8f259c7 100644 --- a/yaksh/templates/registration/password_reset_done.html +++ b/yaksh/templates/registration/password_reset_done.html @@ -1,3 +1,18 @@ {% extends "base.html" %} -{% block title %}Password reset successful{% endblock %} -{% block pagetitle %} Instruction for setting new password has been mailed to your registered email address {% endblock %} +{% block pagetitle %} +<div class="yakshnav fixed-top" style=" padding-top: 0.5%;padding-bottom: 0.5%;"> + <a class="navbar-brand" href="{{ URL_ROOT }}/exam/" > + <img src="{{ URL_ROOT }}/static/yaksh/images/yaksh_banner.png" alt="YAKSH"> + </img> + </a> +</div> +{% endblock %} + +{% block content %} +<center> +<h4>Password reset successful</h4> +<div class="alert alert-success animated flash col-md-8"> +Instruction for setting new password has been mailed to your registered email address +</div> +</center> +{% endblock %} |