Name of dropdown

merge-requests/6/head
Bob Mottram 2019-11-23 14:27:07 +00:00
parent f8b4e4961d
commit 996fed5591
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int)
themesDropdown= '<div class="container">'
themesDropdown+=' <b>'+translate['Theme']+'</b><br>'
themesDropdown+=' <select id="themeDropdown" class="theme">'
themesDropdown+=' <select id="themeDropdown" name="themeDropdown" class="theme">'
themesDropdown+=' <option value="default">'+translate['Default']+'</option>'
themesDropdown+=' <option value="light">'+translate['Light']+'</option>'
themesDropdown+=' <option value="purple">'+translate['Purple']+'</option>'