Bug fix in PDF generation

This commit is contained in:
Gregory Trullemans 2022-10-05 10:38:23 +02:00
parent 821ee23b7e
commit be69323bdf
1 changed files with 6 additions and 4 deletions

View File

@ -211,6 +211,8 @@ class GymnastReportDocument(PDFDocument):
str(gymnast.age)
)
self.document.setFillColorRGB(0, 0, 0)
if gymnast.informations:
self.add_new_line(
130,
str(gymnast.informations)