mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Move platform admin template into folder
This is so that we can add a few other platform admin templates alongside it, and keep everything nicely organised.
This commit is contained in:
@@ -30,7 +30,7 @@ def platform_admin():
|
||||
services = service_api_client.get_services(api_args)['data']
|
||||
|
||||
return render_template(
|
||||
'views/platform-admin.html',
|
||||
'views/platform-admin/index.html',
|
||||
include_from_test_key=form.include_from_test_key.data,
|
||||
form=form,
|
||||
**get_statistics(sorted(
|
||||
|
||||
Reference in New Issue
Block a user