Skip to content

Commit

Permalink
Fix typo in search fields of publications
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 19, 2020
1 parent 7edc8ab commit 3530f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpicms/publications/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PublicationAdmin(ModelAdmin):
model = Publication
menu_label = _('Publications')
menu_icon = 'doc-full'
search_fields = ['title', 'auhtors', 'source', 'doi', 'groups']
search_fields = ['title', 'authors', 'source', 'doi', 'groups']


modeladmin_register(PublicationAdmin)

0 comments on commit 3530f2c

Please sign in to comment.