This commit is contained in:
2025-05-20 13:48:39 +03:00
parent a1055b0c43
commit 82b25946a0
6 changed files with 69 additions and 17 deletions

View File

@ -8,5 +8,5 @@
<form method="post" action="<%= url_for("user_delete", {username = user.username}) %>">
<input type="password" name="password" id="password" autocomplete="current-password" placeholder="Password" required><br>
<input type="submit" value="Delete my account (NO UNDO)">
<input class="critical" type="submit" value="Delete my account (NO UNDO)">
</form>