aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/templates
diff options
context:
space:
mode:
authorAlec Perkins2012-09-08 12:51:19 -0400
committerAlec Perkins2012-09-08 12:51:19 -0400
commit8b749d03003153e3b87bcdf7460f70bf8bcfca95 (patch)
tree9aaafb14ee43eb01b2edac3f079472ca1b28a5e2 /djangorestframework/templates
parent6ff8967e193474d8f5646c65e45da32617eb154e (diff)
downloaddjango-rest-framework-8b749d03003153e3b87bcdf7460f70bf8bcfca95.tar.bz2
Whoops, forgot the extrabody block.
Diffstat (limited to 'djangorestframework/templates')
-rw-r--r--djangorestframework/templates/djangorestframework/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/djangorestframework/templates/djangorestframework/base.html b/djangorestframework/templates/djangorestframework/base.html
index 2fa7bdf2..5f4007c4 100644
--- a/djangorestframework/templates/djangorestframework/base.html
+++ b/djangorestframework/templates/djangorestframework/base.html
@@ -192,5 +192,8 @@
delay: 1000
});
</script>
+
+ {% block extrabody %}{% endblock %}
+
</body>
</html>