Add calendar export and advanced event filters

This commit is contained in:
kai
2026-08-27 20:40:40 +02:00
parent c1306f86f6
commit a6a8358eb6
5 changed files with 97 additions and 12 deletions
+7
View File
@@ -188,6 +188,13 @@
<button class="button" type="submit">Profil speichern</button>
</form>
<p class="data-export"><a href="/profile/export">Meine gespeicherten Daten exportieren (JSON)</a></p>
<details class="account-delete">
<summary>Account löschen</summary>
<p>Diese Aktion löscht dein Konto dauerhaft und kann nicht rückgängig gemacht werden.</p>
<form method="post" action="/profile/delete" onsubmit="return confirm('Account wirklich dauerhaft löschen?');">
<button type="submit" class="admin-danger">Account dauerhaft löschen</button>
</form>
</details>
</section>
{% endif %}
</main>