Skip to content

Commit

Permalink
Merge pull request #58 from chhantyal/hotfix/shifts_search
Browse files Browse the repository at this point in the history
hotfix: shifts search.
  • Loading branch information
christophmeissner committed Sep 13, 2015
2 parents 8064d39 + 4bca56d commit aa9a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class NeedAdmin(admin.ModelAdmin):
'id', 'topic', 'time_period_from', 'time_period_to', 'slots', 'get_volunteer_total', 'get_volunteers'
)

search_fields = ('topic',)
search_fields = ('id', 'topic__title',)
list_filter = ('location',)


Expand Down

0 comments on commit aa9a822

Please sign in to comment.