diff options
Diffstat (limited to 'design/templates/admin/base.html')
-rw-r--r-- | design/templates/admin/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/design/templates/admin/base.html b/design/templates/admin/base.html index 262387a..fd468f1 100644 --- a/design/templates/admin/base.html +++ b/design/templates/admin/base.html @@ -78,9 +78,9 @@ {% endfor %}</ul> {% endif %} {% endblock messages %} - + <div class="homepage-flex"> <!-- Content --> - <div id="content" class="{% block coltype %}colM{% endblock %}"> + <div id="content" class="{% block coltype %}colM{% endblock %} flex-left"> {% block pretitle %}{% endblock %} {% block content_title %}{% if title %}<h1>{{ title }}</h1>{% endif %}{% endblock %} {% block content %} @@ -90,7 +90,9 @@ {% block sidebar %}{% endblock %} <br class="clear" /> </div> + {% block adminembed %}{% endblock %} <!-- END Content --> + </div> {% block footer %}<div id="footer"></div>{% endblock %} </div> |