mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-29 04:31:05 +00:00
placeholders: what we actually want is schedule.event
here
This commit is contained in:
parent
dfa0945632
commit
ed960358a4
3 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@ class BroadcastToolsScheduleView(EventPermissionRequired, ScheduleMixin, View):
|
|||
"room": room["name"].localize(schedule.event.locale),
|
||||
"infoline": infoline.format(
|
||||
**placeholders(
|
||||
schedule, talk, supports_html_colour=True
|
||||
schedule.event, talk, supports_html_colour=True
|
||||
)
|
||||
),
|
||||
"image_url": talk.submission.image_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue