Merge pull request #2254 from matakuka/mini_issues

Repairs assignment ballots for candidates with structure_level
This commit is contained in:
Emanuel Schütze 2016-08-09 20:43:33 +02:00 committed by GitHub
commit d2c5646ce4
1 changed files with 24 additions and 25 deletions

View File

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