mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Basic reports page, returns 200 and is visible in PA sidebar
This commit is contained in:
13
app/templates/views/platform-admin/reports.html
Normal file
13
app/templates/views/platform-admin/reports.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "views/platform-admin/_base_template.html" %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Platform admin
|
||||
{% endblock %}
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Reports
|
||||
</h1>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user