feat: Add provision deletion functionality with confirmation in admin and my invoices views

This commit is contained in:
2026-05-27 13:01:32 +02:00
parent a09e7add03
commit 3dfa68554e
3 changed files with 58 additions and 2 deletions
+5
View File
@@ -104,6 +104,11 @@
<input type="hidden" name="prov_id" value="{{ prov.id }}">
<button type="submit">Konfiguration ausführen</button>
</form>
<form method="post" style="display:inline-block; margin-right:0.6rem;">
<input type="hidden" name="action" value="delete_provision">
<input type="hidden" name="prov_id" value="{{ prov.id }}">
<button type="submit" class="danger">Löschen</button>
</form>
</article>
{% endfor %}
{% endif %}