Fix bad variable reference
This commit is contained in:
parent
e7d5496254
commit
d9fba54b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class GovernmentPlanAdmin(admin.ModelAdmin):
|
||||||
)
|
)
|
||||||
for action, func in PLAN_ACTIONS.items()
|
for action, func in PLAN_ACTIONS.items()
|
||||||
}
|
}
|
||||||
actions.update(admin_actions)
|
actions.update(admin_actions)
|
||||||
return actions
|
return actions
|
||||||
|
|
||||||
def get_list_display(self, request):
|
def get_list_display(self, request):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue