Dropdown for shared item category

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

View File

@ -362,7 +362,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
editTextField(translate['Type of shared item. eg. hat'] + ':',
'itemType', '', '', True)
# catStr = translate['Category of shared item. eg. clothing']
themesDropdown += ' <select id="themeDropdown" ' + \
extraFields += ' <select id="themeDropdown" ' + \
'name="category" class="theme">'
categoryTypes = ("food", "clothes", "tool")
for category in categoryTypes: