1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-01 23:37:21 +00:00

code style, ffs

This commit is contained in:
Franzi 2021-11-22 10:26:49 +01:00
parent 4973446da8
commit 7c5e58023c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -42,7 +42,7 @@ class LowerThirdsOrgaView(PermissionRequired, FormView):
class EventInfoView(TemplateView):
def get(self, request, *args, **kwargs):
color = (self.request.event.primary_color or "#3aa57c")
color = self.request.event.primary_color or "#3aa57c"
return JsonResponse(
{
"slug": self.request.event.slug,