1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 03:23:55 +02:00

Fix staff permissions

This commit is contained in:
Alexandre Iooss
2019-08-08 13:42:47 +02:00
parent d711cd69e1
commit 70fde26afa
2 changed files with 1 additions and 8 deletions

View File

@ -19,7 +19,7 @@ class RightAdmin(VersionAdmin):
class ClefAdmin(VersionAdmin):
list_display = ('proprio', 'nom')
list_display = ('nom', 'proprio')
class AdhesionAdmin(VersionAdmin):