Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GwilhermPoullennec committed Jan 7, 2022
1 parent fb2623f commit 287c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orgues/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class AccessoireAdmin(admin.ModelAdmin):
@admin.register(Orgue)
class OrgueAdmin(admin.ModelAdmin):
fields = ['codification', 'code_insee', 'commune', 'edifice', 'region', 'departement', 'code_departement',
'designation', 'emplacement', 'references_palissy', 'references_inventaire_regions']
'designation', 'emplacement', 'references_palissy', 'references_inventaire_regions', 'commentaire_admin']
list_display = ('codification', 'designation', 'commune', 'edifice',
'updated_by_user', 'modified_date', 'departement', 'commentaire_admin',)
ordering = ('-modified_date',)
Expand Down

0 comments on commit 287c82e

Please sign in to comment.