From 208f2f41bd4c6d243306c384ef050fbf43d9b2fa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Aug 2021 20:15:48 +0100 Subject: [PATCH] Dropdown for shared item category --- webapp_create_post.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index d57409bd0..f582c00da 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -361,8 +361,17 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, extraFields += '
' + \ editTextField(translate['Type of shared item. eg. hat'] + ':', 'itemType', '', '', True) - catStr = translate['Category of shared item. eg. clothing'] - extraFields += editTextField(catStr + ':', 'category', '', '', True) + # catStr = translate['Category of shared item. eg. clothing'] + themesDropdown += '