aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-01 19:58:11 +0000
committertom christie tom@tomchristie.com2011-02-01 19:58:11 +0000
commit38f6d7c119abb79730f91cd9135ea957c0976a0e (patch)
treeac014f9e36b4bd33ef8f69335a650858f8ad3d1a
parent478dc2d0ce1c350dab7de28fbbdad5188f2e3bb5 (diff)
downloaddjango-rest-framework-38f6d7c119abb79730f91cd9135ea957c0976a0e.tar.bz2
Remove remaining bit of google analytics in template
-rw-r--r--docs/templates/layout.html4
1 files changed, 1 insertions, 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 %}<title>{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}
-{% block extrahead %}
-{{ super() }}
-{% endblock %}
+