mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add permanencies tracking to counters
This commit is contained in:
@ -112,7 +112,7 @@ class User(AbstractBaseUser):
|
||||
return reverse('core:user_profile', kwargs={'user_id': self.pk})
|
||||
|
||||
def __str__(self):
|
||||
return "User: " + self.username
|
||||
return self.username
|
||||
|
||||
def to_dict(self):
|
||||
return self.__dict__
|
||||
|
Reference in New Issue
Block a user