diff options
| author | tom christie tom@tomchristie.com | 2011-02-01 19:58:11 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-01 19:58:11 +0000 |
| commit | 38f6d7c119abb79730f91cd9135ea957c0976a0e (patch) | |
| tree | ac014f9e36b4bd33ef8f69335a650858f8ad3d1a | |
| parent | 478dc2d0ce1c350dab7de28fbbdad5188f2e3bb5 (diff) | |
| download | django-rest-framework-38f6d7c119abb79730f91cd9135ea957c0976a0e.tar.bz2 | |
Remove remaining bit of google analytics in template
| -rw-r--r-- | docs/templates/layout.html | 4 |
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 %} + |
