diff options
Diffstat (limited to 'ogcp/templates/actions/poweroff.html')
-rw-r--r-- | ogcp/templates/actions/poweroff.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/poweroff.html b/ogcp/templates/actions/poweroff.html index 11b14d8..cc739d3 100644 --- a/ogcp/templates/actions/poweroff.html +++ b/ogcp/templates/actions/poweroff.html @@ -10,7 +10,7 @@ {{ _('Power off %(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_poweroff'), |