SciPost Code Repository

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

Debug the bugged debug

parent 4fedd08a
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,6 @@ class PotentialFellowshipEventInline(admin.TabularInline):
class PotentialFellowshipAdmin(admin.ModelAdmin):
inlines = (PotentialFellowshipEventInline,)
list_display = ('__str__',)
search_fields = ['profile__last_name', 'profile__email']
search_fields = ['profile__last_name', 'profile__first_name']
admin.site.register(PotentialFellowship, PotentialFellowshipAdmin)
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