Make a full width base template

We need this because the top section of the new product page will be
going full-bleed.
This commit is contained in:
Chris Hill-Scott
2016-11-22 17:15:31 +00:00
parent 0d7a453c75
commit 397ad05db9
5 changed files with 30 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
{% extends "admin_template.html" %}
{% block fullwidth_content %}
<main role="main">
{% block maincolumn_content %}{% endblock %}
</main>
{% endblock %}