Use container for consistancy

main
Bob Mottram 2019-11-27 12:25:19 +00:00
parent b532e8042f
commit 19c3778018
1 changed files with 2 additions and 0 deletions

View File

@ -999,8 +999,10 @@ def htmlNewPost(translate: {},baseDir: str, \
extraFields+=' <br><label class="labels">'+translate['Duration of listing in days']+':</label>' extraFields+=' <br><label class="labels">'+translate['Duration of listing in days']+':</label>'
extraFields+=' <input type="number" name="duration" min="1" max="365" step="1" value="14">' extraFields+=' <input type="number" name="duration" min="1" max="365" step="1" value="14">'
extraFields+='</div>' extraFields+='</div>'
extraFields='<div class="container">'
extraFields+='<label class="labels">'+translate['City or location of the shared item']+':</label>' extraFields+='<label class="labels">'+translate['City or location of the shared item']+':</label>'
extraFields+='<input type="text" name="location">' extraFields+='<input type="text" name="location">'
extraFields+='</div>'
dateAndLocation='' dateAndLocation=''
if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion': if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion':