diff options
| author | Daniel Roseman | 2014-08-30 13:28:12 +0100 | 
|---|---|---|
| committer | Daniel Roseman | 2014-08-30 13:28:12 +0100 | 
| commit | b554c67d14fb0464106a247e5da96af80b819be9 (patch) | |
| tree | 31a16b46ad8c33f9fd01ce86674bd27e0486bfe2 /rest_framework | |
| parent | efaa37376ca0bb6f2442b633665ff8d3264e89d6 (diff) | |
| download | django-rest-framework-b554c67d14fb0464106a247e5da96af80b819be9.tar.bz2 | |
Restore body block to base template.
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 2 | 
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> | 
