diff options
Diffstat (limited to 'app/templates/users/set_password.html')
| -rw-r--r-- | app/templates/users/set_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/users/set_password.html b/app/templates/users/set_password.html index 3fb7b26..2d52021 100644 --- a/app/templates/users/set_password.html +++ b/app/templates/users/set_password.html @@ -10,7 +10,7 @@ <div class="alert alert-primary"> It is recommended that you set a password for your account. - <a class="alert_right button" href="{{ url_for('home_page') }}">Skip</a> + <a class="alert_right button" href="{{ url_for('homepage.home') }}">Skip</a> </div> {% endif %} |
