Centre button

master
Bob Mottram 2019-09-08 20:33:26 +01:00
parent cc58c953d3
commit 76f8c0e563
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@ def insertQuestion(translate: {}, \
if not choice.get('name'):
continue
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>'
return content