From 62feecad1fbf6a78b4af4026ef56c1d6c34a25a6 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 22 Mar 2022 10:26:28 +0100 Subject: Add missing gettext functions Otherwise, this strings are not translatable. --- ogcp/templates/actions/image_create.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ogcp/templates/actions/image_create.html') 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 @@

{{_('Create a partition image')}}

-

Selected client: {{ form.ip.data }}

+

+ {{ _('Selected client') }}: {{ form.ip.data }} +

{{ wtf.quick_form(form, action=url_for('action_image_create'), -- cgit v1.2.3-18-g5258