Commit 5533c11a authored by Michal Čihař's avatar Michal Čihař

Fix unicode method for vote

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 8511d814
......@@ -215,7 +215,7 @@ class Vote(models.Model):
vote = '-1'
return u'{0} for {1} by {2}'.format(
vote,
self.contentsum,
self.suggestion,
self.user.username,
)
......
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