summaryrefslogtreecommitdiff
path: root/views/profile.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-30 18:36:19 +0200
committerTor Andersson <tor@ccxvii.net>2022-10-05 17:36:50 +0200
commit2f0ba65a7b21fe6ef0c6131f73c28a823bcb0b0d (patch)
tree266ad66c4f6ec473a25e0530d1f40d6e7e55a15c /views/profile.pug
parentf968d091d6c3f313054b88a048c63280dd73fd31 (diff)
downloadserver-2f0ba65a7b21fe6ef0c6131f73c28a823bcb0b0d.tar.gz
Add "delete account" screen.
Diffstat (limited to 'views/profile.pug')
-rw-r--r--views/profile.pug2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/profile.pug b/views/profile.pug
index 52bb0c0..7ed8eff 100644
--- a/views/profile.pug
+++ b/views/profile.pug
@@ -25,6 +25,8 @@ html
| <a href="/change-name">Change user name</a>
br
| <a href="/change-about">Change profile text</a>
+ br
+ | <a href="/delete-account">Delete account</a>
p <a href="/chat">Chat log</a>