1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-06-06 14:42:23 +00:00

add track name to PDF export

This commit is contained in:
Franzi 2024-10-31 21:14:16 +01:00
parent 73bd7f6c96
commit cd77ee8b91
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 23 additions and 16 deletions

View file

@ -153,6 +153,13 @@ class PDFInfoPage(Flowable):
)
self._space()
if self.talk.submission.track:
self._add(
Paragraph(
f"{self._localize(_('Track:'))} {self._localize(self.talk.submission.track.name)}",
style=self.style["Meta"],
)
)
self._add(
Table(
[