Fixed: Print available candidates at assignment pdf.

This commit is contained in:
Emanuel Schuetze 2011-09-21 21:24:56 +02:00
parent 045c09577a
commit af240bb788
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ def get_assignment(assignment, story):
cell2a = []
cell2a.append(Paragraph("<font name='Ubuntu-Bold'>%s:</font><seqreset id='counter'>" % _("Candidates"), stylesheet['Heading4']))
cell2b = []
for c in assignment.candidates:
for c in assignment.profile.all():
cell2b.append(Paragraph("<seq id='counter'/>.&nbsp; %s" % unicode(c), stylesheet['Signaturefield']))
if assignment.status == "sea":
for x in range(0,2*assignment.posts):