diff options
author | Mikko Portti <mportti2@local> | 2023-11-16 00:29:31 +0200 |
---|---|---|
committer | Mikko Portti <mportti2@local> | 2023-11-16 00:29:31 +0200 |
commit | 93a927b130ba09cea29aba2077848f785ac48844 (patch) | |
tree | 05c7ae4b7df861e1efd03637c9f0cb6c45787d4b /nick.py | |
parent | 92b368c3486fd20e550a2ec7b8e7717f7e061c96 (diff) |
Fixing navigation on site in case of redirect
Diffstat (limited to 'nick.py')
-rw-r--r-- | nick.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |