Commit f777a73b by Tom Christie

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

Restore body block to base template.
parents bbc2749e b554c67d
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,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 +262,5 @@ ...@@ -261,4 +262,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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment