summaryrefslogtreecommitdiff
path: root/sbhs/templates/modals.html
diff options
context:
space:
mode:
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>