add search fields for townie
This commit is contained in:
parent
5532ee7745
commit
2b46bef460
@ -25,3 +25,4 @@ class TownieAdmin(admin.ModelAdmin):
|
||||
ordering = ('reviewed',)
|
||||
exclude = ('first_name', 'last_name', 'password', 'groups', 'user_permissions', 'last_login')
|
||||
actions = (bulk_review,)
|
||||
search_fields = ('username', 'email', 'displayname')
|
||||
|
Loading…
x
Reference in New Issue
Block a user