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

Fix typo

parent 9ec1ee31
...@@ -235,7 +235,7 @@ class Translation(models.Model): ...@@ -235,7 +235,7 @@ class Translation(models.Model):
''' '''
Returns current Git blob for file. Returns current Git blob for file.
''' '''
repo = self.translation.get_repo() repo = self.subproject.get_repo()
tree = repo.tree() tree = repo.tree()
return tree[self.filename] return tree[self.filename]
......
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