diff options
Diffstat (limited to 'ogcp/templates/actions/image_create.html')
-rw-r--r-- | ogcp/templates/actions/image_create.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html index 4c8ac43..3fb93c7 100644 --- a/ogcp/templates/actions/image_create.html +++ b/ogcp/templates/actions/image_create.html @@ -10,7 +10,9 @@ <h1 class="m-5">{{_('Create a partition image')}}</h1> -<h2 class="mx-5">Selected client: {{ form.ip.data }}</h1> +<h2 class="mx-5"> + {{ _('Selected client') }}: {{ form.ip.data }} +</h1> {{ wtf.quick_form(form, action=url_for('action_image_create'), |