summaryrefslogtreecommitdiff
path: root/sbhs/templates/modals.html
diff options
context:
space:
mode:
authorCruiseDevice2018-10-24 16:55:02 +0530
committerCruiseDevice2018-10-24 16:55:02 +0530
commit841289742d6c89b8a2eb30cea721f46b2389b862 (patch)
tree7e054353b721d0907b6afac957d65a03876d73c9 /sbhs/templates/modals.html
parent794aa51ff511a53623592dd6e72918099e2167ad (diff)
downloadsbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.tar.gz
sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.tar.bz2
sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.zip
Sbhs templates
Diffstat (limited to 'sbhs/templates/modals.html')
-rw-r--r--sbhs/templates/modals.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbhs/templates/modals.html b/sbhs/templates/modals.html
index d23f879..2381d74 100644
--- a/sbhs/templates/modals.html
+++ b/sbhs/templates/modals.html
@@ -5,11 +5,11 @@
<h3>Change Password</h3>
</div>
<div class="modal-body">
- <p>Please click following button to send password change link to your email address.</p>
+ <p>Please click following button to reset password.</p>
</div>
<div class="modal-footer">
<a data-dismiss="modal" aria-hidden="true" class="btn">Close</a>
- <a href="" class="btn btn-primary">Send password change link</a>
+ <a href="{% url 'password_reset' %}" class="btn btn-primary">Reset Password</a>
</div>
</div>