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