mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-21 22:04:29 +00:00
fix the fix
This commit is contained in:
parent
bdf5493545
commit
e024e0e4b3
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ class BroadcastToolsLowerThirdsView(TemplateView):
|
||||||
template_name = "pretalx_broadcast_tools/lower_thirds.html"
|
template_name = "pretalx_broadcast_tools/lower_thirds.html"
|
||||||
|
|
||||||
def css_url(self):
|
def css_url(self):
|
||||||
css = THEME_CSS.get(self.request.event.settings.lower_thirds_theme, "default")
|
theme = self.request.event.settings.lower_thirds_theme or "default"
|
||||||
|
css = THEME_CSS.get(theme)
|
||||||
return static(f"pretalx_broadcast_tools/{css}")
|
return static(f"pretalx_broadcast_tools/{css}")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue