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:
parent
280458f6aa
commit
a272f21498
5 changed files with 51 additions and 16 deletions
6
pretalx_broadcast_tools/utils/placeholders.py
Normal file
6
pretalx_broadcast_tools/utils/placeholders.py
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue