mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Custom HTML email renderers and new email style (#991)
* Custom HTML email renderers * Move inline_css call * Small fixes * New HTML mail style for pretix * Thumbs * Inlinestyle for notifications * Documentation * Set line-height
This commit is contained in:
@@ -225,6 +225,10 @@ DEFAULTS = {
|
||||
'default': None,
|
||||
'type': LazyI18nString
|
||||
},
|
||||
'mail_html_renderer': {
|
||||
'default': 'classic',
|
||||
'type': str
|
||||
},
|
||||
'mail_prefix': {
|
||||
'default': None,
|
||||
'type': str
|
||||
|
||||
Reference in New Issue
Block a user