repairs ballots for candidates with structure_level
This commit is contained in:
parent
81bcb19847
commit
350a60722c
@ -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']))
|
||||||
|
Loading…
Reference in New Issue
Block a user