Commit 71c8be4b authored by Michal Čihař's avatar Michal Čihař

Need to reread file on upload

parent 0514d715
......@@ -379,8 +379,7 @@ class Translation(models.Model):
store1.save()
author = '%s <%s>' % (request.user.get_full_name(), request.user.email)
self.git_commit(author)
self.check_sync()
class Unit(models.Model):
translation = models.ForeignKey(Translation)
......
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