mirror of https://gitlab.com/bashrc2/epicyon
Missing parameter
parent
d0dc6a07a0
commit
75de286a1a
|
@ -364,7 +364,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
extraFields += '<br>' + \
|
extraFields += '<br>' + \
|
||||||
editTextField(translate['Type of shared item. eg. hat'] + ':',
|
editTextField(translate['Type of shared item. eg. hat'] + ':',
|
||||||
'itemType', '', '', True)
|
'itemType', '', '', True)
|
||||||
categoryTypes = getCategoryTypes()
|
categoryTypes = getCategoryTypes(baseDir)
|
||||||
catStr = translate['Category of shared item. eg. clothing']
|
catStr = translate['Category of shared item. eg. clothing']
|
||||||
extraFields += '<label class="labels">' + catStr + '</label><br>\n'
|
extraFields += '<label class="labels">' + catStr + '</label><br>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue