Skip to content

Commit

Permalink
resolve conflcits
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Jul 28, 2020
2 parents c64173f + 1b9f5b8 commit 7afbf87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/kudos/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class BulkTransferCouponAdmin(admin.ModelAdmin):
list_display = ['created_on', '__str__']
raw_id_fields = ['sender_profile', 'token']
readonly_fields = ['claim']
search_fields = ['comments_to_put_in_kudos_transfer', 'secret', 'token__name']

def claim(self, instance):
url = instance.url
Expand Down

0 comments on commit 7afbf87

Please sign in to comment.