diff --git a/templates/web/common/site_layout.tt.html b/templates/web/common/site_layout.tt.html index d0491bf204b47..e97c0cbabd974 100644 --- a/templates/web/common/site_layout.tt.html +++ b/templates/web/common/site_layout.tt.html @@ -190,8 +190,8 @@ - [%# Don't show the search bar on the producers platform %] - [% IF !(server_options_producers_platform) %] + [%# Show the search bar on the producers platform only when the producer is logged in %] + [% IF !(server_options_producers_platform) || (user_id.defined) %]