repairs ballots for candidates with structure_level

This commit is contained in:
Maximilian Krambach 2016-08-05 09:37:39 +02:00
parent 81bcb19847
commit 350a60722c

View File

@ -497,7 +497,6 @@ class AssignmentPollPDF(PDFView):
cell.append(Paragraph( cell.append(Paragraph(
"(%s)" % candidate.structure_level, "(%s)" % candidate.structure_level,
stylesheet['Ballot_option_suffix_YNA'])) stylesheet['Ballot_option_suffix_YNA']))
else:
if self.poll.yesnoabstain: if self.poll.yesnoabstain:
cell.append(Paragraph( cell.append(Paragraph(
" ", stylesheet['Ballot_option_suffix_YNA'])) " ", stylesheet['Ballot_option_suffix_YNA']))