Add calendar export and advanced event filters
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user