Skip to content

Commit

Permalink
feat: allow ahjo_status change in admin (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke committed Jun 25, 2024
1 parent 13b4eee commit 226ad18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/benefit/applications/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ class AhjoStatusInline(admin.TabularInline):
model = AhjoStatus
fk_name = "application"
extra = 0
readonly_fields = (
"created_at",
"status",
)
readonly_fields = ("created_at",)


class DeMinimisAidInline(admin.StackedInline):
Expand Down

0 comments on commit 226ad18

Please sign in to comment.