New platform-admin-dashboard page

This commit is contained in:
Leo Hemsted
2016-05-24 15:52:44 +01:00
parent 9ad1ea0e55
commit 1292bf9fe6
5 changed files with 73 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ from app.main.views import (
send,
add_service,
code_not_received,
jobs, dashboard,
jobs,
dashboard,
templates,
service_settings,
forgot_password,
@@ -26,5 +27,6 @@ from app.main.views import (
all_services,
tour,
feedback,
providers
providers,
platform_admin
)