mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-04 09:31:11 -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:
|
||||
form.populate(**service_api_client.get_guest_list(service_id))
|
||||
return render_template(
|
||||
'views/api/whitelist.html',
|
||||
'views/api/guest-list.html',
|
||||
form=form
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user