mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-02 16:44:31 +01:00
Compare commits
5 Commits
942d887c2e
...
New_permis
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd6ed27ae5 | ||
|
|
43dc676747 | ||
|
|
caaeab6b0b | ||
|
|
54ba786884 | ||
|
|
80e109114f |
@@ -31,3 +31,4 @@ class RoleAdmin(admin.ModelAdmin):
|
|||||||
Admin customisation for Role
|
Admin customisation for Role
|
||||||
"""
|
"""
|
||||||
list_display = ('name', )
|
list_display = ('name', )
|
||||||
|
filter_horizontal = ('permissions',)
|
||||||
|
|||||||
Reference in New Issue
Block a user