From 5cb7d7991cc1e9ea2dd693b4689039862d7f3b03 Mon Sep 17 00:00:00 2001 From: Mark Beacom Date: Thu, 28 Jun 2018 00:35:22 -0400 Subject: [PATCH] Display how it works everywhere except index page (#1569) * Display how it works everywhere except index page * Exclude future contributor landing page --- app/retail/templates/shared/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/retail/templates/shared/nav.html b/app/retail/templates/shared/nav.html index d62d7430484..e087f4f89cf 100644 --- a/app/retail/templates/shared/nav.html +++ b/app/retail/templates/shared/nav.html @@ -55,7 +55,7 @@ {% endif %} - {% if request.path == "/explorer" or request.path == "/dashboard" %} + {% if not request.path == "/" or not request.path == "/contributor" %}