diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index 3ce3cc961..c8cebae6b 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -1,6 +1,6 @@ {% from "components/banner.html" import banner_wrapper %} -{% if request.args['help'] %} +{% if request.args['help'] and request.args['help'] != '0' %} {% call banner_wrapper(type='tour') %}

Get started