diff options
Diffstat (limited to 'templates/modals.html')
-rw-r--r-- | templates/modals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/modals.html b/templates/modals.html index 9d0f280..c6f3212 100644 --- a/templates/modals.html +++ b/templates/modals.html @@ -9,7 +9,7 @@ </div> <div class="modal-footer"> <a data-dismiss="modal" aria-hidden="true" class="btn">Close</a> - <a href="{% url 'sbhs_server.password.views.new' %}" class="btn btn-primary">Send password change link</a> + <a href="{% url 'password_index' %}" class="btn btn-primary">Send password change link</a> </div> </div> |