From e077b0e519a45c49d07f0c83462fed28fff9ab8c Mon Sep 17 00:00:00 2001 From: Alec Perkins Date: Fri, 7 Sep 2012 14:33:07 -0400 Subject: [PATCH] Change browsable API base template to HTML5 doctype, required by Bootstrap. --- .../templates/djangorestframework/base.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/djangorestframework/templates/djangorestframework/base.html b/djangorestframework/templates/djangorestframework/base.html index d33c53930..661ec51b5 100644 --- a/djangorestframework/templates/djangorestframework/base.html +++ b/djangorestframework/templates/djangorestframework/base.html @@ -3,16 +3,15 @@ {% load add_query_param %} {% load optional_login %} {% load static %} - - - + + {% block extrastyle %}{% endblock %} {% block title %}Django REST framework - {{ name }}{% endblock %} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} +