clarify the submitter name in the application pdf
It was not clear, that the submitter should sign the formular
This commit is contained in:
parent
48a992119a
commit
0725003377
@ -715,7 +715,7 @@ class ApplicationPDF(PDFView):
|
||||
if application.status == "pub":
|
||||
cell1b.append(Paragraph("__________________________________________",stylesheet['Signaturefield']))
|
||||
cell1b.append(Spacer(0,0.1*cm))
|
||||
cell1b.append(Paragraph(" "+unicode(application.submitter), stylesheet['Small']))
|
||||
cell1b.append(Paragraph(_("Signature: %s") % application.submitter, stylesheet['Small']))
|
||||
cell1b.append(Spacer(0,0.2*cm))
|
||||
else:
|
||||
cell1b.append(Paragraph(unicode(application.submitter), stylesheet['Normal']))
|
||||
|
Loading…
Reference in New Issue
Block a user