From 38f6d7c119abb79730f91cd9135ea957c0976a0e Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Tue, 1 Feb 2011 19:58:11 +0000 Subject: Remove remaining bit of google analytics in template --- docs/templates/layout.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/templates/layout.html b/docs/templates/layout.html index 681266cc..fd051268 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -7,7 +7,5 @@ {%- endif %} {% block htmltitle %}{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} -{% block extrahead %} -{{ super() }} -{% endblock %} + -- cgit v1.2.3