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:
parent
73bd7f6c96
commit
cd77ee8b91
3 changed files with 23 additions and 16 deletions
|
@ -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(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue