mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Remove remaining bit of google analytics in template
This commit is contained in:
parent
478dc2d0ce
commit
38f6d7c119
4
docs/templates/layout.html
vendored
4
docs/templates/layout.html
vendored
|
@ -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 %}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user