From 52fb9e17fe8ddcbaff1fa90494c4f366eb711867 Mon Sep 17 00:00:00 2001 From: tjp03u Date: Wed, 11 Mar 2015 14:57:33 +0000 Subject: [PATCH] Added analytics code. --- templates/analytics.html | 13 +++++++++++++ templates/base.html | 1 + 2 files changed, 14 insertions(+) create mode 100644 templates/analytics.html diff --git a/templates/analytics.html b/templates/analytics.html new file mode 100644 index 00000000..314be166 --- /dev/null +++ b/templates/analytics.html @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index a2f9af04..00b8c183 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,6 +22,7 @@ +{% include "analytics.html" %}