CKeditor: nevytvářej zbytečně HTML entity
This commit is contained in:
parent
1393d73559
commit
666bffee08
1 changed files with 5 additions and 1 deletions
|
@ -235,6 +235,10 @@ LOGGING = {
|
|||
SEMINAR_RESENI_DIR = os.path.join(BASE_DIR, 'media', 'reseni')
|
||||
|
||||
|
||||
|
||||
CKEDITOR_CONFIGS = {
|
||||
'default': {
|
||||
'entities': False
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue