mirror of
https://github.com/pretix/pretix.git
synced 2026-08-15 11:36:27 +00:00
Email: Fix color for organizer-level emails
This commit is contained in:
@@ -149,6 +149,7 @@ class TemplateBasedMailRenderer(BaseHTMLMailRenderer):
|
||||
}
|
||||
if self.organizer:
|
||||
htmlctx['organizer'] = self.organizer
|
||||
htmlctx['color'] = self.organizer.settings.primary_color
|
||||
|
||||
if self.event:
|
||||
htmlctx['event'] = self.event
|
||||
|
||||
Reference in New Issue
Block a user