Commit 3c0ac1f1 authored by Michal Čihař's avatar Michal Čihař

Remove extra space

parent fd8eef93
......@@ -107,7 +107,7 @@ def home(request):
top_suggestions = Profile.objects.order_by('-suggested')[:10]
last_changes = Change.objects.filter(
translation__subproject__project__in=acl_projects,
).order_by( '-timestamp')[:10]
).order_by('-timestamp')[:10]
return render_to_response('index.html', RequestContext(request, {
'projects': projects,
......
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