Skip to content

Commit

Permalink
include report blacklist note in admin search
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Feb 5, 2023
1 parent 10cba35 commit e5f5d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/players/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ class ScoreAdmin(admin.ModelAdmin):

@admin.register(ReportsBlacklist)
class ReportsBlacklistAdmin(admin.ModelAdmin):
search_fields = ["report_number"]
search_fields = ["report_number", "note"]

0 comments on commit e5f5d90

Please sign in to comment.