Skip to content

Commit

Permalink
Fix name rendering (fixes DDCZ-2V)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Jun 3, 2024
1 parent 0fb30ac commit cdbb921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddcz/models/used/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,6 @@ class Meta:

def __str__(self):
return "{} ze dne {}".format(
self.name,
self.nick,
make_aware(datetime.fromtimestamp(self.date)),
)

0 comments on commit cdbb921

Please sign in to comment.