list services on platform admin page

This commit is contained in:
Leo Hemsted
2016-05-26 14:36:23 +01:00
parent b5e8f09af7
commit a8c38b7478
2 changed files with 12 additions and 8 deletions

View File

@@ -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 %}