diff options
Diffstat (limited to 'ogcp/templates/actions/delete_client.html')
-rw-r--r-- | ogcp/templates/actions/delete_client.html | 2 |
1 files changed, 1 insertions, 1 deletions
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) }} </h1> -{{ macros.cmd_selected_clients(ip_list) }} +{{ macros.cmd_selected_clients(selected_clients) }} {{ wtf.quick_form(form, action=url_for('action_client_delete'), |