Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge 037e0c9 into f3c320b
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniket committed Oct 2, 2018
2 parents f3c320b + 037e0c9 commit 2743280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimmo/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AvatarDataAdmin(admin.ModelAdmin):
list_display = ['id', 'game_identifier', 'game_name', 'owner_name']

def owner_name(self, obj):
return obj.owner.first_name
return obj.owner

def game_name(self, obj):
return obj.game.name
Expand Down

0 comments on commit 2743280

Please sign in to comment.