Skip to content

Commit

Permalink
Add report_id to SAC admin list view. (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhg-ohiggins authored Sep 29, 2023
1 parent d9c8a86 commit f639e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/audit/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class SACAdmin(admin.ModelAdmin):
list_display = ("id",)
list_display = ("id", "report_id")


class AccessAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit f639e0d

Please sign in to comment.