Move template file to parent directory

It was the only file in its directory.
This commit is contained in:
Chris Hill-Scott
2022-01-12 17:36:50 +00:00
parent b998b6bb20
commit 24ff80280e
2 changed files with 1 additions and 1 deletions

View File

@@ -332,7 +332,7 @@ def edit_organisation_name(org_id):
return redirect(url_for('.organisation_settings', org_id=org_id))
return render_template(
'views/organisations/organisation/settings/edit-name/index.html',
'views/organisations/organisation/settings/edit-name.html',
form=form,
)