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

Remove excess space

parent 474e0e6b
......@@ -433,7 +433,7 @@ def translate(request, project, subproject, lang):
# Show secondary languages for logged in users
if request.user.is_authenticated():
secondary = request.user.get_profile().get_secondary_units(unit)
secondary = request.user.get_profile().get_secondary_units(unit)
antispam = None
else:
secondary = None
......
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