Remove remaining bit of google analytics in template

This commit is contained in:
tom christie tom@tomchristie.com 2011-02-01 19:58:11 +00:00
parent 478dc2d0ce
commit 38f6d7c119

View File

@ -7,7 +7,5 @@
{%- endif %} {%- endif %}
{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %} {% block htmltitle %}<title>{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}
{% block extrahead %}
{{ super() }}
{% endblock %}