Commit af4d35db authored by Michal Čihař's avatar Michal Čihař

Use formatted username in feeds

parent cf52337e
......@@ -2564,7 +2564,7 @@ class Change(models.Model):
'action': self.get_action_display(),
'time': self.timestamp,
'translation': self.translation,
'user': self.user,
'user': self.get_user_display(),
}
def get_user_display(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment