forked from CGM_Public/pretix_original
Allow headlines with markdown
This commit is contained in:
@@ -27,7 +27,13 @@ ALLOWED_TAGS = [
|
||||
'td',
|
||||
'th',
|
||||
'div',
|
||||
'span'
|
||||
'span',
|
||||
'h1',
|
||||
'h2',
|
||||
'h3',
|
||||
'h4',
|
||||
'h5',
|
||||
'h6',
|
||||
]
|
||||
|
||||
ALLOWED_ATTRIBUTES = {
|
||||
|
||||
Reference in New Issue
Block a user