mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 19:31:02 +00:00
fix info line
This commit is contained in:
parent
bc7f5414bd
commit
8ebed60b18
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class BroadcastToolsScheduleView(EventPermissionRequired, ScheduleMixin, Templat
|
||||||
schedule=self.schedule,
|
schedule=self.schedule,
|
||||||
)
|
)
|
||||||
tz = pytz.timezone(schedule.event.timezone)
|
tz = pytz.timezone(schedule.event.timezone)
|
||||||
infoline = str(schedule.event.settings.infoline or "")
|
infoline = str(schedule.event.settings.lower_thirds_info_string or "")
|
||||||
return JsonResponse(
|
return JsonResponse(
|
||||||
{
|
{
|
||||||
"rooms": sorted(
|
"rooms": sorted(
|
||||||
|
|
Loading…
Reference in a new issue