diff --git a/files/routes/subs.py b/files/routes/subs.py index d19d2ba98..2e76815de 100644 --- a/files/routes/subs.py +++ b/files/routes/subs.py @@ -444,7 +444,7 @@ def sub_sidebar(v, sub): return redirect(f'/s/{sub.name}/settings') -@app.get("/subs/") +@app.get("/sub_toggle/") def sub_toggle(mode): if mode in ('Exclude subs', 'Include subs', 'View subs only'): session["subs"] = mode diff --git a/files/templates/home.html b/files/templates/home.html index 561364f15..6ab929379 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -66,9 +66,9 @@ {{subs | capitalize}} {% endif %}