forked from indymedia/epicyon
Extra lines
parent
3025f12318
commit
55d65156da
|
@ -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['Submit']+'">'
|
content+='<input type="submit" value="'+translate['Submit']+'"><br><br>'
|
||||||
content+='</form></div>'
|
content+='</form></div>'
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue