aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
diff options
context:
space:
mode:
authorDaniel Roseman2014-08-30 13:28:12 +0100
committerDaniel Roseman2014-08-30 13:28:12 +0100
commitb554c67d14fb0464106a247e5da96af80b819be9 (patch)
tree31a16b46ad8c33f9fd01ce86674bd27e0486bfe2 /rest_framework/templates
parentefaa37376ca0bb6f2442b633665ff8d3264e89d6 (diff)
downloaddjango-rest-framework-b554c67d14fb0464106a247e5da96af80b819be9.tar.bz2
Restore body block to base template.
Diffstat (limited to 'rest_framework/templates')
-rw-r--r--rest_framework/templates/rest_framework/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html
index cee9724d..e54e3814 100644
--- a/rest_framework/templates/rest_framework/base.html
+++ b/rest_framework/templates/rest_framework/base.html
@@ -25,6 +25,7 @@
{% endblock %}
</head>
+ {% block body %}
<body class="{% block bodyclass %}{% endblock %} container">
<div class="wrapper">
@@ -261,4 +262,5 @@
<script src="{% static "rest_framework/js/default.js" %}"></script>
{% endblock %}
</body>
+ {% endblock %}
</html>