mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
list services on platform admin page
This commit is contained in:
@@ -14,10 +14,6 @@
|
||||
</h1>
|
||||
|
||||
{{ browse_list([
|
||||
{
|
||||
'title': 'List all services',
|
||||
'link': url_for('.show_all_services')
|
||||
},
|
||||
{
|
||||
'title': 'View providers',
|
||||
'link': url_for('.view_providers')
|
||||
@@ -46,5 +42,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class='heading-medium'>Services</h2>
|
||||
{{ browse_list(services) }}
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user