Skip to content

Commit

Permalink
Merge branch 'master' into minikube-run-start
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 10, 2018
2 parents 4d2eb7c + f188996 commit 572e600
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 572e600

Please sign in to comment.