show list of template folders on the choose templates page

Not linking anywhere yet. Also not sorted, and not filtered by
parent_id.
This commit is contained in:
Leo Hemsted
2018-11-01 17:11:58 +00:00
committed by Alexey Bezhan
parent 1ecf360e7f
commit 078595da9d
10 changed files with 40 additions and 8 deletions

View File

@@ -7,8 +7,10 @@ from app.notify_client.inbound_number_client import inbound_number_client
from app.notify_client.job_api_client import job_api_client
from app.notify_client.organisations_api_client import organisations_client
from app.notify_client.service_api_client import service_api_client
from app.notify_client.template_folder_api_client import (
template_folder_api_client,
)
from app.notify_client.user_api_client import user_api_client
from app.notify_client.template_folder_api_client import template_folder_api_client
from app.utils import get_default_sms_sender