mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Add variant page for service-settings/name
Includes correction of class used for bulleted list.
This commit is contained in:
@@ -104,6 +104,12 @@ def service_name_change(service_id):
|
||||
session['service_name_change'] = form.name.data
|
||||
return redirect(url_for('.service_name_change_confirm', service_id=service_id))
|
||||
|
||||
if current_service.organisation_type == 'local':
|
||||
return render_template(
|
||||
'views/service-settings/name-local.html',
|
||||
form=form,
|
||||
)
|
||||
|
||||
return render_template(
|
||||
'views/service-settings/name.html',
|
||||
form=form,
|
||||
|
||||
Reference in New Issue
Block a user