1227
1227
Votes.insert(0, " * Voters " + publicVoters)
1228
1228
Votes.insert(0," * " + motion + " (For/Against/Abstained "+str(M.votes[m][0])+"/"+str(M.votes[m][2])+"/"+str(M.votes[m][1]) + ")")
1229
1229
# differentiate denied votes somehow, strikethrough perhaps?