Rename Jinja template to remove term ‘whitelist’

See c31264d4c for rationale. To avoid confusion the codebase should use
the same terminology as the UI.
This commit is contained in:
Chris Hill-Scott
2020-06-12 09:06:22 +01:00
parent 16cc640822
commit e721c73119
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ def guest_list(service_id):
if not form.errors:
form.populate(**service_api_client.get_guest_list(service_id))
return render_template(
'views/api/whitelist.html',
'views/api/guest-list.html',
form=form
)