Removed the label field from the admin interface view
This commit is contained in:
@@ -12,7 +12,7 @@ class PermissionHolderInline(admin.StackedInline):
|
||||
|
||||
class PermissionAdmin(admin.ModelAdmin):
|
||||
inlines = [PermissionHolderInline]
|
||||
list_display = ('namespace', 'name', 'label')
|
||||
list_display = ('namespace', 'name')
|
||||
list_display_links = list_display
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user