Put body block back in base.html

This commit is contained in:
Erwin Junge 2014-08-29 15:58:27 +02:00
parent efaa37376c
commit 5d0db0a7d4

View File

@ -24,7 +24,7 @@
{% endblock %} {% endblock %}
</head> </head>
{% block body %}
<body class="{% block bodyclass %}{% endblock %} container"> <body class="{% block bodyclass %}{% endblock %} container">
<div class="wrapper"> <div class="wrapper">
@ -261,4 +261,5 @@
<script src="{% static "rest_framework/js/default.js" %}"></script> <script src="{% static "rest_framework/js/default.js" %}"></script>
{% endblock %} {% endblock %}
</body> </body>
{% endblock %}
</html> </html>