From f60ded4966e3692df33f3f616b080c0e9de04985 Mon Sep 17 00:00:00 2001 From: Steven Walker Date: Thu, 16 Mar 2017 15:17:39 -0400 Subject: [PATCH 1/2] removing intercom from app view for Analyze --- templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/base.html b/templates/base.html index cf06bef..a215696 100644 --- a/templates/base.html +++ b/templates/base.html @@ -164,11 +164,17 @@ ga('send', 'pageview'); {% endif %} + +{% if not app %} +{% endif %} + + + \ No newline at end of file -- GitLab From 82260d7fd5d8a0d2f7bf963fde66d655e041a65a Mon Sep 17 00:00:00 2001 From: Steven Walker Date: Thu, 16 Mar 2017 15:21:09 -0400 Subject: [PATCH 2/2] Add line ending --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index a215696..be256e3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -177,4 +177,4 @@ - \ No newline at end of file + -- GitLab