mirror of https://gitlab.com/bashrc2/epicyon
Dropdown for shared item category
parent
9b405c8365
commit
e5f64e222b
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue