mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
Being superuser is not enough (must have the correct mask), add some initial fixtures
This commit is contained in:
@ -19,4 +19,4 @@ class PermissionAdmin(admin.ModelAdmin):
|
||||
"""
|
||||
Admin customisation for Permission
|
||||
"""
|
||||
list_display = ('type', 'model', 'field', 'description')
|
||||
list_display = ('type', 'model', 'field', 'mask', 'description')
|
||||
|
Reference in New Issue
Block a user