Frontend: Add support for deleting current account
This commit is contained in:
10
static/account_deleted.html
Normal file
10
static/account_deleted.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Account deleted</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Your account successfully deleted</p>
|
||||
<a href="/">Return to index</a>
|
||||
</body>
|
||||
</html>
|
||||
10
static/user_updated.html
Normal file
10
static/user_updated.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>User updated</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>User successfully updated</p>
|
||||
<a href="/panel">Return to user panel</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user