mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fixed another bad link
This commit is contained in:
parent
798b5a484b
commit
ba1edf9768
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def login_check():
|
|||
if request.path not in ['/', '/about', '/welcome', '/login', '/signup', '/do/login', '/do/signup', '/static/style.css'] and not request.path.startswith("/push"):
|
||||
# page requires authentication
|
||||
if 'user_id' not in session:
|
||||
return redirect(url_for('home'))
|
||||
return redirect(url_for('render_home'))
|
||||
|
||||
@app.route("/")
|
||||
def render_home():
|
||||
|
|
Loading…
Reference in a new issue