Files
notifications-admin/app/templates/withnav_template.html
Chris Hill-Scott 28f700366c Fix spacing of first page headers
This commit customises the margins of the first header on each page so that it
lines up with the navigation.
2016-02-04 10:59:18 +00:00

14 lines
350 B
HTML

{% extends "admin_template.html" %}
{% block fullwidth_content %}
<div class="grid-row">
<div class="column-one-third">
{% include "main_nav.html" %}
</div>
<div class="column-two-thirds column-main">
{% include 'flash_messages.html' %}
{% block maincolumn_content %}{% endblock %}
</div>
</div>
{% endblock %}