Skip to content
Snippets Groups Projects
Commit 2b49effe authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

[permission] Update admin

parent 72955ae2
No related branches found
No related tags found
1 merge request!10Système de droits
Pipeline #7719 passed with stage
in 2 minutes and 50 seconds
......@@ -8,4 +8,4 @@ class PermissionAdmin(admin.ModelAdmin):
"""
Admin customisation for Permission
"""
list_display = ('type', 'model', 'field', 'permission')
list_display = ('type', 'model', 'field', 'description')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment