From fcd7f414c407c8dab7c0badbfa16476826dad3ae Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Fri, 4 Feb 2011 21:52:21 +0000 Subject: Huge stack of refactoring getting stuff into Mixin classes, and loads of tests. Kickass. --- docs/templates/layout.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/templates/layout.html b/docs/templates/layout.html index 86ac3f33..6ba9e6ff 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -8,4 +8,19 @@ {% block htmltitle %}{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} +{% block extrahead %} +{{ super() }} + +{% endblock %} -- cgit v1.2.3