main
Bob Mottram 2019-11-27 12:31:25 +00:00
parent 97fa2e0355
commit e47fd25e90
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ def htmlNewPost(translate: {},baseDir: str, \
placeholderMessage=translate['Enter your question']+'...'
endpoint='newquestion'
extraFields='<div class="container">'
extraFields+=' <label class="labels">'+translate['Possible answers']+':</label>'
extraFields+=' <label class="labels">'+translate['Possible answers']+':</label><br>'
for questionCtr in range(8):
extraFields+=' <input type="text" class="questionOption" placeholder="'+str(questionCtr+1)+'" name="questionOption'+str(questionCtr)+'"><br>'
extraFields+=' <label class="labels">'+translate['Duration of listing in days']+':</label> <input type="number" name="duration" min="1" max="365" step="1" value="14"><br>'