1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Update 2 files

- /apps/permission/fixtures/initial.json
- /apps/permission/admin.py
This commit is contained in:
thomasl
2025-01-18 15:11:57 +01:00
parent 43dc676747
commit bd6ed27ae5
2 changed files with 2 additions and 69 deletions

View File

@ -31,3 +31,4 @@ class RoleAdmin(admin.ModelAdmin):
Admin customisation for Role
"""
list_display = ('name', )
filter_horizontal = ('permissions',)