aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/email/reset_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/email/reset_password.html b/app/templates/email/reset_password.html
index 5ce604d..c76cfeb 100644
--- a/app/templates/email/reset_password.html
+++ b/app/templates/email/reset_password.html
@@ -6,7 +6,7 @@
</a>.
</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
-<p>{{ url_for('reset_password', token=token, _external=True) }}</p>
+<p>{{ url_for('auth.reset_password', token=token, _external=True) }}</p>
<p>If you have not requested a password reset then you can simply ignore this email.</p>
<p>Sincerely,</p>
<p>The AnnotateChange Team</p>