aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-11-21 19:38:26 +0000
committerrubenwardy <rw@rubenwardy.com>2019-11-21 19:38:32 +0000
commit39d4cf362b74d9c62b05c1a273de749b18368a12 (patch)
treeb62c6ca3a6e15f7d543f1aca089b2fb34928312a /app/templates
parentb977a42738d4f4264108040221b234dd4a0f4a0a (diff)
downloadcheatdb-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.html2
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 %}