From 7f6b2d6ac59cf116a32edf9e011becd4e14db8a8 Mon Sep 17 00:00:00 2001 From: "Albert St. Aubin" Date: Tue, 30 Jan 2018 13:35:12 -0500 Subject: [PATCH] Updates the Branch IO Mobile App banner to not show in the web app --- lms/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 7ef32d63e6..4b5b477a20 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -139,7 +139,7 @@ from pipeline_mako import render_require_js_path_overrides % endif <% branch_key = static.get_value("BRANCH_IO_KEY", settings.BRANCH_IO_KEY) %> -% if branch_key: +% if branch_key and not is_from_mobile_app: