summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r--ogcp/templates/actions/delete_image.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ogcp/templates/actions/delete_image.html b/ogcp/templates/actions/delete_image.html
index 3eeab42..69acc79 100644
--- a/ogcp/templates/actions/delete_image.html
+++ b/ogcp/templates/actions/delete_image.html
@@ -8,8 +8,9 @@
{{ args }}
+{% set img_count = image_ids | length %}
<h2 class="mx-5 subhead-heading">
- {{ _('Delete image %(image_name)s', image_name=image_name) }}
+ {{ _('Delete %(img_count)d image(s)', img_count=img_count) }}
</h2>
{{ wtf.quick_form(form,