diff options
| -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 %} + |
