mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-22 10:01:08 +00:00
Merge pull request #4 from rixx/primary-color
Show content for events without primary color
This commit is contained in:
commit
71330a7ecc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<link rel="stylesheet" href="{% static "pretalx_lower_thirds/frontend.css" %}" />
|
<link rel="stylesheet" href="{% static "pretalx_lower_thirds/frontend.css" %}" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#box {
|
#box {
|
||||||
background-color: {{ request.event.primary_color }};
|
background-color: {{ request.event.primary_color|default:"#3aa57c" }};
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue