From 93552d12332e1d9230a06050597701164421a451 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Aug 2021 18:50:17 +0100 Subject: [PATCH] End of select --- webapp_create_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 9c665df9f..be408085b 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -376,7 +376,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, translatedCategory + '">' + \ translatedCategory + '' - extraFields += '
' + extraFields += '
' extraFields += \ editNumberField(translate['Duration of listing in days'], 'duration', 14, 1, 365, 1) @@ -402,6 +402,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, for currName in currencyList: extraFields += ' ' + extraFields += ' \n' extraFields += '\n'