Skip to content

Commit 7afbf87

Browse files
committed
resolve conflcits
2 parents c64173f + 1b9f5b8 commit 7afbf87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/kudos/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class BulkTransferCouponAdmin(admin.ModelAdmin):
7979
list_display = ['created_on', '__str__']
8080
raw_id_fields = ['sender_profile', 'token']
8181
readonly_fields = ['claim']
82+
search_fields = ['comments_to_put_in_kudos_transfer', 'secret', 'token__name']
8283

8384
def claim(self, instance):
8485
url = instance.url

0 commit comments

Comments
 (0)