summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/reboot.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/reboot.html')
-rw-r--r--ogcp/templates/actions/reboot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/reboot.html b/ogcp/templates/actions/reboot.html
index 2b4cba6..9a6a1bc 100644
--- a/ogcp/templates/actions/reboot.html
+++ b/ogcp/templates/actions/reboot.html
@@ -10,7 +10,7 @@
{{ _('Reboot %(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_reboot'),