1
0
Fork 0
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:
Franzi 2024-11-03 12:56:24 +01:00
parent dfa0945632
commit ed960358a4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 6 additions and 6 deletions

View file

@ -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,