Fix url_for crash on "home_page"

This commit is contained in:
rubenwardy
2019-11-21 19:38:26 +00:00
parent b977a42738
commit 39d4cf362b
6 changed files with 12 additions and 9 deletions

View File

@@ -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 %}