forked from indymedia/epicyon
Use container for consistancy
parent
b532e8042f
commit
19c3778018
|
@ -999,8 +999,10 @@ def htmlNewPost(translate: {},baseDir: str, \
|
|||
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+='</div>'
|
||||
extraFields='<div class="container">'
|
||||
extraFields+='<label class="labels">'+translate['City or location of the shared item']+':</label>'
|
||||
extraFields+='<input type="text" name="location">'
|
||||
extraFields+='</div>'
|
||||
|
||||
dateAndLocation=''
|
||||
if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion':
|
||||
|
|
Loading…
Reference in New Issue