Skip to content

Commit

Permalink
Fix admin page of programmes (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
etchegom authored Jan 30, 2025
1 parent 2fab112 commit d352906
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion programmes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@

class ConventionInline(admin.StackedInline):
model = Convention
fields = ("uuid", "get_statut", "financement", "lot")
fields = (
"uuid",
"get_statut",
"financement",
)
readonly_fields = (
"uuid",
"get_statut",
Expand Down

0 comments on commit d352906

Please sign in to comment.