diff options
| author | Alec Perkins | 2012-09-08 12:51:19 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-08 12:51:19 -0400 |
| commit | 8b749d03003153e3b87bcdf7460f70bf8bcfca95 (patch) | |
| tree | 9aaafb14ee43eb01b2edac3f079472ca1b28a5e2 /djangorestframework/templates | |
| parent | 6ff8967e193474d8f5646c65e45da32617eb154e (diff) | |
| download | django-rest-framework-8b749d03003153e3b87bcdf7460f70bf8bcfca95.tar.bz2 | |
Whoops, forgot the extrabody block.
Diffstat (limited to 'djangorestframework/templates')
| -rw-r--r-- | djangorestframework/templates/djangorestframework/base.html | 3 |
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> |
