diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html index c607b97..024aeb8 100644 --- a/ogcp/templates/actions/image_create.html +++ b/ogcp/templates/actions/image_create.html @@ -12,6 +12,9 @@ {{ macros.cmd_selected_clients(selected_clients) }} +{% set partition_field_id = 'os' %} +{% include 'partition_warning.html' %} + {{ wtf.quick_form(form, action=url_for('action_image_create'), method='post', diff --git a/ogcp/templates/actions/image_restore.html b/ogcp/templates/actions/image_restore.html index f8a9e78..5db1e5b 100644 --- a/ogcp/templates/actions/image_restore.html +++ b/ogcp/templates/actions/image_restore.html @@ -17,6 +17,9 @@ {{ macros.cmd_selected_clients(selected_clients) }} +{% set partition_field_id = 'partition' %} +{% include 'partition_warning.html' %} + {{ wtf.quick_form(form, action=url_for('action_image_restore'), method='post', diff --git a/ogcp/templates/actions/image_update.html b/ogcp/templates/actions/image_update.html index 352b0d0..d8c50ed 100644 --- a/ogcp/templates/actions/image_update.html +++ b/ogcp/templates/actions/image_update.html @@ -13,6 +13,9 @@ {{ macros.cmd_selected_clients(selected_clients) }} +{% set partition_field_id = 'os' %} +{% include 'partition_warning.html' %} +