Merge pull request #1810 from danielroseman/restore-body-block

Restore body block to base template.
This commit is contained in:
Tom Christie 2014-09-01 08:54:58 +01:00
commit f777a73bc7

View File

@ -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>