mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
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:
@@ -66,7 +66,7 @@ def guest_list(service_id):
|
|||||||
if not form.errors:
|
if not form.errors:
|
||||||
form.populate(**service_api_client.get_guest_list(service_id))
|
form.populate(**service_api_client.get_guest_list(service_id))
|
||||||
return render_template(
|
return render_template(
|
||||||
'views/api/whitelist.html',
|
'views/api/guest-list.html',
|
||||||
form=form
|
form=form
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user