mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
search: Duplicate HTML template content for search area.
This is preparation for being able to work on the search pills feature without making any user-facing changes until we're ready to enable it.
This commit is contained in:
@@ -265,6 +265,7 @@ def home_real(request: HttpRequest) -> HttpResponse:
|
||||
'show_debug':
|
||||
settings.DEBUG and ('show_debug' in request.GET),
|
||||
'pipeline': settings.PIPELINE_ENABLED,
|
||||
'search_pills_enabled': settings.SEARCH_PILLS_ENABLED,
|
||||
'show_invites': show_invites,
|
||||
'is_admin': user_profile.is_realm_admin,
|
||||
'is_guest': user_profile.is_guest,
|
||||
|
||||
Reference in New Issue
Block a user