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