mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-17 11:46:30 -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 render_template(
|
||||
'views/organisations/organisation/settings/edit-name/index.html',
|
||||
'views/organisations/organisation/settings/edit-name.html',
|
||||
form=form,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user