Skip to content

Commit

Permalink
Admin: add user to Transcription search fields
Browse files Browse the repository at this point in the history
See #203
  • Loading branch information
acdha authored and rstorey committed Dec 6, 2018
1 parent d3c4422 commit 5df2352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ class TranscriptionAdmin(admin.ModelAdmin):
)
list_display_links = ("id", "asset")

search_fields = ["text"]
search_fields = ["text", "user__username", "user__email"]

readonly_fields = (
"asset",
Expand Down

0 comments on commit 5df2352

Please sign in to comment.