mirror of https://gitlab.com/bashrc2/epicyon
Centre button
parent
cc58c953d3
commit
76f8c0e563
|
@ -1405,7 +1405,7 @@ def insertQuestion(translate: {}, \
|
||||||
if not choice.get('name'):
|
if not choice.get('name'):
|
||||||
continue
|
continue
|
||||||
content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br><br>'
|
content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br><br>'
|
||||||
content+='<input type="submit" value="'+translate['Vote']+'" class="left"><br><br>'
|
content+='<center><input type="submit" value="'+translate['Vote']+'" class="left"></center><br><br>'
|
||||||
content+='</form></div>'
|
content+='</form></div>'
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue