Add platform admin side nav

This commit is contained in:
Ken Tsang
2017-08-02 12:50:01 +01:00
parent 50ddef6a7e
commit ba9f1ac554
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{% extends "withoutnav_template.html" %}
{% extends "views/platform-admin/_base_template.html" %}
{% from "components/file-upload.html" import file_upload %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/textbox.html" import textbox %}
@@ -7,7 +7,7 @@
{{ '{} an organisations logo'.format('Update' if organisation else 'Create')}}
{% endblock %}
{% block maincolumn_content %}
{% block platform_admin_content %}
<h1 class="heading-large">{{ '{} an organisations logo'.format('Update' if organisation else 'Create')}}</h1>
<div class="grid-row">

View File

@@ -1,4 +1,4 @@
{% extends "withoutnav_template.html" %}
{% extends "views/platform-admin/_base_template.html" %}
{% from "components/radios.html" import radios, branding_radios %}
{% from "components/page-footer.html" import page_footer %}
@@ -6,7 +6,7 @@
Select organisation
{% endblock %}
{% block maincolumn_content %}
{% block platform_admin_content %}
<h1 class="heading-large">
<div>Select an organisation to update</div>