mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
rich_text: allow a[class]
This commit is contained in:
@@ -47,7 +47,7 @@ ALLOWED_TAGS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
ALLOWED_ATTRIBUTES = {
|
ALLOWED_ATTRIBUTES = {
|
||||||
'a': ['href', 'title'],
|
'a': ['href', 'title', 'class'],
|
||||||
'abbr': ['title'],
|
'abbr': ['title'],
|
||||||
'acronym': ['title'],
|
'acronym': ['title'],
|
||||||
'table': ['width'],
|
'table': ['width'],
|
||||||
|
|||||||
Reference in New Issue
Block a user