mirror of https://gitlab.com/bashrc2/epicyon
Title for answers
parent
173ed3ac9c
commit
252c142110
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -186,5 +186,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -190,5 +190,6 @@
|
|||
"Question": "Question",
|
||||
"Enter your question": "Enter your question",
|
||||
"Enter the choices for your question below.": "Enter the choices for your question below.",
|
||||
"Ask a question": "Ask a question"
|
||||
"Ask a question": "Ask a question",
|
||||
"Possible answers": "Possible answers"
|
||||
}
|
||||
|
|
|
@ -980,6 +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>'
|
||||
for questionCtr in range(8):
|
||||
extraFields+=' <input type="text" class="questionOption" placeholder="'+str(questionCtr+1)+'" name="questionOption'+str(questionCtr)+'">'
|
||||
extraFields+=' <label class="labels">'+translate['Duration of listing in days']+':</label> <input type="number" name="duration" min="1" max="365" step="1" value="14">'
|
||||
|
|
Loading…
Reference in New Issue