diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-11-21 19:38:26 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-11-21 19:38:32 +0000 |
| commit | 39d4cf362b74d9c62b05c1a273de749b18368a12 (patch) | |
| tree | b62c6ca3a6e15f7d543f1aca089b2fb34928312a /app/templates | |
| parent | b977a42738d4f4264108040221b234dd4a0f4a0a (diff) | |
| download | cheatdb-1.19.0.tar.xz | |
Fix url_for crash on "home_page"v1.19.0
Diffstat (limited to 'app/templates')
| -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 %} |
