Added provider management pages in.

- see priority
- change priority
This commit is contained in:
Martyn Inglis
2016-05-11 09:43:55 +01:00
parent 90140e1d47
commit 6699442f6b
10 changed files with 465 additions and 15 deletions

View File

@@ -25,5 +25,6 @@ from app.main.views import (
invites,
all_services,
tour,
feedback
feedback,
providers
)