diff --git a/templates/user/edit.html b/templates/user/edit.html index 5a365c9..eaa5572 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -1,24 +1,59 @@ {% extends "layouts/default.html" %} {% block title%}Edit your accout settings.{%endblock%} {% block content %} -

Edit Account

+
+

Edit Account

+ + +
+ + + + + + + + +
+ +

Delete Account

+

+ Warning: This cannot be undone. Enter '{{user.username}}' in + the text box before clicking 'Delete Account' to confirm deletion. +

+
+ + + +
-
-

Note: Username cannot be changed.

- -
- - - - - - - - -
-
- - -
{% endblock %}