Skip to content

Commit

Permalink
Admin pannel fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilandev committed Nov 13, 2023
1 parent 07b05d8 commit 7b9ebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloggy/admin/category_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CategoryAdmin(admin.ModelAdmin):

fieldsets = (
(None, {
'fields': ('title', 'slug', 'description', 'thumbnail', 'color', 'publish_status')
'fields': ('title', 'slug', 'excerpt', 'thumbnail', 'color', 'publish_status')
}),
seo_fieldsets
)
Expand Down

0 comments on commit 7b9ebaf

Please sign in to comment.