This commit is contained in:
Aevann1 2021-11-04 21:57:25 +02:00
parent 6547efc441
commit 882d3f43a0
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ def settings_profile_post(v):
msg="Your bio has been updated.")
if request.values.get("sig") = "":
if request.values.get("sig") == "":
v.sig = None
v.sig_html = None
g.db.add(v)