diff options
Diffstat (limited to 'static')
-rwxr-xr-x | static/website/templates/registration/password_reset_complete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/registration/password_reset_complete.html b/static/website/templates/registration/password_reset_complete.html index 3a9b023..b1eb62a 100755 --- a/static/website/templates/registration/password_reset_complete.html +++ b/static/website/templates/registration/password_reset_complete.html @@ -34,7 +34,7 @@ <section id="content" class="main"> <br> <p>Your password has been reset. </p> -<p>Please <a href="{% url 'website:cfp' %}">Log in</a> with your new password.</p> +<p>Please <a href="{% url 'auth:login' %}">Log in</a> with your new password.</p> </section> </div> </div> |