End of select

merge-requests/30/head
Bob Mottram 2021-08-07 18:50:17 +01:00
parent 7360ebaccd
commit 93552d1233
1 changed files with 2 additions and 1 deletions

View File

@ -376,7 +376,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
translatedCategory + '">' + \ translatedCategory + '">' + \
translatedCategory + '</option>' translatedCategory + '</option>'
extraFields += '<br>' extraFields += ' </select><br>'
extraFields += \ extraFields += \
editNumberField(translate['Duration of listing in days'], editNumberField(translate['Duration of listing in days'],
'duration', 14, 1, 365, 1) 'duration', 14, 1, 365, 1)
@ -402,6 +402,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
for currName in currencyList: for currName in currencyList:
extraFields += ' <option value="' + \ extraFields += ' <option value="' + \
currName + '">' + currName + '</option>' currName + '">' + currName + '</option>'
extraFields += ' </select>\n'
extraFields += '</div>\n' extraFields += '</div>\n'