From aebdc747b7e36c62813d45086f4ffe3a745424a6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 26 May 2016 09:15:13 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20show=20help=20once=20tour=20is?= =?UTF-8?q?=20done?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/main_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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