From ea4520e7d4c96fe6bdbb82d0ffde9903d4215bae Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 8 Oct 2022 12:04:32 +0100 Subject: [PATCH] update /user/edit.html template (CSS and 'delete account' form). --- templates/user/edit.html | 71 ++++++++++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 18 deletions(-) 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 %}