From 3a8facdb2a75688eb9b3dde72e7bcfe58adcae9c Mon Sep 17 00:00:00 2001 From: "tom christie tom@tomchristie.com" Date: Tue, 1 Feb 2011 22:38:39 +0000 Subject: [PATCH] Remove Google Analytics from template --- docs/templates/layout.html | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/templates/layout.html b/docs/templates/layout.html index 6ba9e6ff0..86ac3f33c 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -8,19 +8,4 @@ {% block htmltitle %}{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} -{% block extrahead %} -{{ super() }} - -{% endblock %}