Commit 67cd7132 authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent eff32db3
......@@ -119,7 +119,7 @@ class UnitManager(models.Manager):
src = get_source(unit)
ctx = unit.getcontext()
else:
src = get_template(unit)
src = get_source(template)
ctx = template.getcontext()
checksum = msg_checksum(src, ctx)
......
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