Skip to content

Commit

Permalink
Fix admin
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Apr 18, 2024
1 parent 2f04a09 commit b949c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budgetportal/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_resource_kwargs(self, request, *args, **kwargs):
"department",
"get_financial_year",
)
list_display_links = "name"
list_display_links = ("name")
list_filter = (
"government__sphere__financial_year__slug",
"government__sphere__name",
Expand Down

0 comments on commit b949c90

Please sign in to comment.