aboutsummaryrefslogtreecommitdiff
path: root/source/templates/management.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/management.html')
-rw-r--r--source/templates/management.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/templates/management.html b/source/templates/management.html
index 38318d7c..553982fb 100644
--- a/source/templates/management.html
+++ b/source/templates/management.html
@@ -34,6 +34,10 @@
<hr />
<h1>Account</h1>
+ <form method=get action="/change_username/">
+ <input type="text" name="new_username" value="" placeholder="Enter a new username." />
+ </form>
+ <br />
<form method=get action="/change_password/">
<input type="password" name="new_password" value="" placeholder="Enter a new password." />
</form>
bgstack15