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

Consistent coding style

parent 27602525
......@@ -126,7 +126,8 @@ def translate(request, project, subproject, lang):
checksum=unit.checksum,
language=unit.translation.language,
project=unit.translation.subproject.project,
user=user)
user=user
)
# Record in change
Change.objects.create(
unit=unit,
......
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