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

Move clef and listright to admin

This commit is contained in:
Alexandre Iooss
2019-08-08 14:55:20 +02:00
parent 70fde26afa
commit ec66f980e7
11 changed files with 20 additions and 359 deletions

View File

@ -19,7 +19,8 @@ class RightAdmin(VersionAdmin):
class ClefAdmin(VersionAdmin):
list_display = ('nom', 'proprio')
list_display = ('nom', 'proprio', 'commentaire')
# TODO order by nom
class AdhesionAdmin(VersionAdmin):