Enhance bulk delete functionality by adding user confirmation before submission and removing debug information from the response when no items are deleted.

This commit is contained in:
Ross
2025-10-20 12:41:33 +01:00
parent 264270ce00
commit 452143f1ef
3 changed files with 14 additions and 16 deletions
@@ -2,12 +2,3 @@
{% if errors %}
<div class="alert alert-warning">Errors: {{ errors }}</div>
{% endif %}
{% if deleted == 0 and debug_post %}
<details>
<summary>Debug: POST data received</summary>
<pre>{{ debug_post|pprint }}</pre>
<p>Computed ids: {{ debug_ids }}</p>
<p>App: {{ debug_app }}</p>
</details>
{% endif %}