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

Consistent logging prefix with URL

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 320d3524
...@@ -175,7 +175,7 @@ class Translation(models.Model, URLMixin, PercentMixin, LoggerMixin): ...@@ -175,7 +175,7 @@ class Translation(models.Model, URLMixin, PercentMixin, LoggerMixin):
return '{0}/{1}/{2}: '.format( return '{0}/{1}/{2}: '.format(
self.subproject.project.slug, self.subproject.project.slug,
self.subproject.slug, self.subproject.slug,
self.language_code, self.language.code,
) )
def has_acl(self, user): def has_acl(self, user):
......
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