From 0123c5234965fccc2e4b111442134062a0e14616 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 22 Jan 2021 22:16:25 +0000 Subject: [PATCH] Change variable name --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 2648ad690..2fa59c458 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1338,7 +1338,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, translate['Other accounts'] + ':
\n' editProfileForm += \ ' \n' + 'name="alsoKnownAs" value="' + alsoKnownAsStr + '">\n' editProfileForm += '
\n'