Skip to content

Commit

Permalink
update profile visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
phattd15 committed Nov 15, 2021
1 parent 9cd604a commit 2db7b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Profile(models.Model):
history = models.CharField(max_length=1000, default="[]")

def __str__(self):
return self.handle
return self.handle + "|" + self.rating_progress


class AuthQuery(models.Model):
Expand Down

0 comments on commit 2db7b0a

Please sign in to comment.