From 93a927b130ba09cea29aba2077848f785ac48844 Mon Sep 17 00:00:00 2001 From: Mikko Portti Date: Thu, 16 Nov 2023 00:29:31 +0200 Subject: Fixing navigation on site in case of redirect --- nick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nick.py') diff --git a/nick.py b/nick.py index 438dc8e..f476d29 100644 --- a/nick.py +++ b/nick.py @@ -16,7 +16,7 @@ def new_nick(): session["id"] = D.user_new(nick) return redirect("/") session["alert"]="Nick in not created: "+msg - return redirect("/#create") + return redirect("/#nick") def invalid_nick(nick): -- cgit v1.2.3