Restore body block to base template.

This commit is contained in:
Daniel Roseman 2014-08-30 13:28:12 +01:00
parent efaa37376c
commit b554c67d14

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>