Fixes: 1) Remove "author" field from general_fields in engine/blog/admin.py;
Extra: None;
This commit is contained in:
parent
135fc6e26d
commit
8591cc93e7
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ class PostAdmin(
|
||||||
summernote_fields = ("content",)
|
summernote_fields = ("content",)
|
||||||
general_fields = [
|
general_fields = [
|
||||||
"title",
|
"title",
|
||||||
"author",
|
|
||||||
"content",
|
"content",
|
||||||
"file",
|
"file",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue