forked from CGM_Public/pretix_original
Fix markup in emails: Consistently allow <pre> in markdown content
This commit is contained in:
@@ -42,6 +42,7 @@ ALLOWED_TAGS = [
|
||||
'h4',
|
||||
'h5',
|
||||
'h6',
|
||||
'pre',
|
||||
# Update doc/user/markdown.rst if you change this!
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user