mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
New platform-admin-dashboard page
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
<li>
|
||||
<a href="{{ url_for('main.choose_service') }}">Switch service</a>
|
||||
</li>
|
||||
{% if current_user.has_permissions(admin_override=True) %}
|
||||
<li>
|
||||
<a href="{{ url_for('main.platform_admin') }}">Platform admin</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
<a href="{{ url_for('main.sign_out')}}">Sign out</a>
|
||||
</li>
|
||||
|
||||
16
app/templates/views/platform-admin.html
Normal file
16
app/templates/views/platform-admin.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% from "components/browse-list.html" import browse_list %}
|
||||
|
||||
{% block page_title %}
|
||||
Platform admin – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Platform admin
|
||||
</h1>
|
||||
|
||||
<insert platform admin content here>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user