mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Show different page for local org users when adding new service
This commit is contained in:
@@ -80,6 +80,13 @@ def add_service():
|
||||
template_id=example_sms_template['data']['id']
|
||||
))
|
||||
else:
|
||||
if default_organisation_type == 'local':
|
||||
return render_template(
|
||||
'views/add-service-local.html',
|
||||
form=form,
|
||||
heading=heading,
|
||||
default_organisation_type=default_organisation_type,
|
||||
)
|
||||
return render_template(
|
||||
'views/add-service.html',
|
||||
form=form,
|
||||
|
||||
Reference in New Issue
Block a user