1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-04-29 02:40:59 +00:00

add option to include additional custom content on pdf export

This commit is contained in:
Franzi 2022-11-15 13:43:17 +01:00
parent 280458f6aa
commit a272f21498
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 51 additions and 16 deletions

View file

@ -0,0 +1,6 @@
def placeholders(schedule, talk):
return {
"EVENT_SLUG": str(schedule.event.slug),
"TALK_SLUG": talk.frab_slug,
"CODE": talk.submission.code,
}