diff --git a/trans/models.py b/trans/models.py index 1427d6aae..0028b9f19 100644 --- a/trans/models.py +++ b/trans/models.py @@ -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)