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 = {
|
||||
'a': ['href', 'title'],
|
||||
'a': ['href', 'title', 'class'],
|
||||
'abbr': ['title'],
|
||||
'acronym': ['title'],
|
||||
'table': ['width'],
|
||||
|
||||
Reference in New Issue
Block a user