From 0690c6d844cdffaf440a0b9232d57e3161fe27f4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 18 Jul 2021 19:51:52 +0100 Subject: [PATCH] Use placeholder to show languages list --- webapp_profile.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index be23b63e6..f95827046 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1871,8 +1871,9 @@ def _htmlEditProfileMain(baseDir: str, displayNickname: str, bioStr: str, editProfileForm += \ '
\n' + \ - '
\n' + \ - ' \n' editProfileForm += ' \n' return editProfileForm