mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
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:
committed by
Alexey Bezhan
parent
1ecf360e7f
commit
078595da9d
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user