From 3db3659499e7e59aa92a0103ec6bc6050cef5a4a Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 2 Mar 2022 11:10:29 +0100 Subject: Use pill style in confirmation pages Draw selected clients from confirmation pages like selected clients from scopes and commands pages. --- ogcp/templates/actions/delete_client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/delete_client.html') diff --git a/ogcp/templates/actions/delete_client.html b/ogcp/templates/actions/delete_client.html index ea46b4f..7a144b5 100644 --- a/ogcp/templates/actions/delete_client.html +++ b/ogcp/templates/actions/delete_client.html @@ -10,7 +10,7 @@ {{ _('Delete %(ip_count)d client(s)', ip_count=ip_count) }} -{{ macros.cmd_selected_clients(ip_list) }} +{{ macros.cmd_selected_clients(selected_clients) }} {{ wtf.quick_form(form, action=url_for('action_client_delete'), -- cgit v1.2.3-18-g5258