From 82e6514d90f20a8b87156f8f39dda15bdd12e561 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 2 Dec 2013 13:45:28 +0100 Subject: [PATCH] bugfix --- teleforma/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/admin.py b/teleforma/admin.py index 3b3fe499..b0fa8971 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -84,7 +84,7 @@ class MediaItemMarkerAdmin(admin.ModelAdmin): class TestimonialAdmin(admin.ModelAdmin): - search_fields = ['seminar__course__title', 'seminar__subtitle', + search_fields = ['seminar__course__title', 'seminar__sub_title', 'user__username', 'user__lastname'] -- 2.39.5