mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 02:28:25 -04:00
Add platform admin side nav
This commit is contained in:
@@ -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/file-upload.html" import file_upload %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
{% from "components/textbox.html" import textbox %}
|
{% from "components/textbox.html" import textbox %}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
{{ '{} an organisations logo'.format('Update' if organisation else 'Create')}}
|
{{ '{} an organisations logo'.format('Update' if organisation else 'Create')}}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block platform_admin_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">{{ '{} an organisations logo'.format('Update' if organisation else 'Create')}}</h1>
|
<h1 class="heading-large">{{ '{} an organisations logo'.format('Update' if organisation else 'Create')}}</h1>
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
|
|||||||
@@ -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/radios.html" import radios, branding_radios %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
Select organisation
|
Select organisation
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block platform_admin_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
<div>Select an organisation to update</div>
|
<div>Select an organisation to update</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user