mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Move template file to parent directory
It was the only file in its directory.
This commit is contained in:
@@ -332,7 +332,7 @@ def edit_organisation_name(org_id):
|
|||||||
return redirect(url_for('.organisation_settings', org_id=org_id))
|
return redirect(url_for('.organisation_settings', org_id=org_id))
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
'views/organisations/organisation/settings/edit-name/index.html',
|
'views/organisations/organisation/settings/edit-name.html',
|
||||||
form=form,
|
form=form,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user