Missing parameter

merge-requests/22/merge
Bob Mottram 2021-08-08 19:51:36 +01:00
parent d0dc6a07a0
commit 75de286a1a
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
extraFields += '<br>' + \
editTextField(translate['Type of shared item. eg. hat'] + ':',
'itemType', '', '', True)
categoryTypes = getCategoryTypes()
categoryTypes = getCategoryTypes(baseDir)
catStr = translate['Category of shared item. eg. clothing']
extraFields += '<label class="labels">' + catStr + '</label><br>\n'