summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_config.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-04 10:42:14 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-04 10:50:52 +0200
commit23b49f0a6aa2579b174c003051af4ad1066b8014 (patch)
tree87ca0ad9a108beed5fe1686c3937b32a9d24dbf5 /ogcp/templates/actions/image_config.html
parent3f06fe23aaf800f458d17a647363a3e440b00502 (diff)
templates: add image name to title in image/config
Add image name to the title in the view image/config.
Diffstat (limited to 'ogcp/templates/actions/image_config.html')
-rw-r--r--ogcp/templates/actions/image_config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/image_config.html b/ogcp/templates/actions/image_config.html
index c286683..f72a126 100644
--- a/ogcp/templates/actions/image_config.html
+++ b/ogcp/templates/actions/image_config.html
@@ -5,7 +5,7 @@
{% block content %}
-<h2 class="mx-5 subhead-heading">{{_('Update image')}}</h2>
+<h2 class="mx-5 subhead-heading">{{_('Update image')}} {{ form.name.data }}</h2>
<form class="form mx-5" method="POST" action="{{ url_for('action_image_config') }}">
{{ form.hidden_tag() }}