Commit 2bfea9ca authored by Michal Čihař's avatar Michal Čihař

Pass search ID when loading ZEN mode pages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ce8011a9
......@@ -787,6 +787,7 @@ def load_zen(request, project, subproject, lang):
'object': translation,
'unitdata': unitdata,
'search_query': search_result['query'],
'search_id': search_result['search_id'],
'last_section': search_result['last_section'],
}
)
......
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