main
Bob Mottram 2021-07-24 12:58:01 +01:00
parent 004dea3e71
commit ef21e1e329
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
extraFields += \
editNumberField(translate['Quantity'],
'itemQty', 1, 1, 999999, 1)
extraFields += \
extraFields += '<br>' + \
editTextField(translate['Type of shared item. eg. hat'] + ':',
'itemType', '')
catStr = translate['Category of shared item. eg. clothing']