implementation of felete all

This commit is contained in:
2026-08-26 15:13:04 +02:00
parent 67249cb633
commit acaa5879e1
+4
View File
@@ -66,6 +66,10 @@
{% else %}
<p class="empty-state">Aktuell sind keine Tenant-Instanzen in der Datenbank vorhanden.</p>
{% endif %}
<form action="{{ url_for('admin_delete_all_instances') }}" method="POST">
<button type="submit" class="btn-delete-all">ALLE INSTANZEN LÖSCHEN</button>
</form>
</section>
<style>