summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_create.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-22 10:26:28 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-22 11:19:36 +0100
commit62feecad1fbf6a78b4af4026ef56c1d6c34a25a6 (patch)
tree23b7982bf0d3cfc1b16398d68ac8f6d191c79524 /ogcp/templates/actions/image_create.html
parentee6880a9f291b24da09b2e2844deeb0dfe14a5b6 (diff)
Add missing gettext functions
Otherwise, this strings are not translatable.
Diffstat (limited to 'ogcp/templates/actions/image_create.html')
-rw-r--r--ogcp/templates/actions/image_create.html4
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'),