Dropdown for shared item category

merge-requests/30/head
Bob Mottram 2021-08-05 20:19:00 +01:00
parent 9b405c8365
commit e5f64e222b
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
translatedCategory = "food"
if translate.get(category):
translatedCategory = translate[category]
themesDropdown += ' <option value="' + \
extraFields += ' <option value="' + \
category + '">' + \
translatedCategory + '</option>'
extraFields += '<br>'