WysiwygWidget update and read only fields for chat
This commit is contained in:
@@ -21,9 +21,6 @@ class TicketAdmin(ModelAdmin, ImportExportModelAdmin):
|
||||
warn_unsaved_form = True
|
||||
|
||||
formfield_overrides = {
|
||||
models.TextField: {
|
||||
"widget": WysiwygWidget,
|
||||
},
|
||||
ArrayField: {
|
||||
"widget": ArrayWidget,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user