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

Do not force expanding in all cases

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7aadced9
......@@ -79,7 +79,7 @@ def review_source(request, project, subproject):
'page_obj': sources,
'rqtype': rqtype,
'ignored': ignored,
'expand': True,
'expand': expand,
'title': _('Review source strings in %s') % obj.__unicode__(),
}
)
......
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