mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-14 00:48:32 +02:00
add KBCategory.public in admin list_display
This commit is contained in:
@ -95,7 +95,7 @@ class IgnoreEmailAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(KBCategory)
|
||||
class KBCategoryAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'title', 'slug', )
|
||||
list_display = ('name', 'title', 'slug', 'public')
|
||||
|
||||
|
||||
admin.site.register(PreSetReply)
|
||||
|
Reference in New Issue
Block a user