SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e24c3d35 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct typo in funders admin

parent 2d3a1571
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class GrantAdmin(admin.ModelAdmin):
'funder__name',
'number',
'recipient_name',
'recipiend__user__last_name',
'recipient__user__last_name',
]
autocomplete_fields = [
'funder',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment