summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/images.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/images.html')
-rw-r--r--ogcp/templates/images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/images.html b/ogcp/templates/images.html
index e198e6c..2a67e58 100644
--- a/ogcp/templates/images.html
+++ b/ogcp/templates/images.html
@@ -28,6 +28,6 @@
<input class="btn btn-light" type="submit" value="{{ _('Image details') }}"
form="imagesForm" formaction="{{ url_for('action_image_info') }}" formmethod="get">
<input class="btn btn-light" type="submit" value="{{ _('Delete image') }}"
- form="imagesForm" formaction="{{ url_for('action_image_delete') }}" formmethod="post">
+ form="imagesForm" formaction="{{ url_for('action_image_delete') }}" formmethod="get">
{% endblock %}