From b87143672a4d042f4ca5b91f2859464cec20289c Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 11 Feb 2021 12:26:20 +0100 Subject: add account.html with i18n language options. --- v0.9.5/views/account.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 v0.9.5/views/account.html diff --git a/v0.9.5/views/account.html b/v0.9.5/views/account.html new file mode 100644 index 0000000..bc4368d --- /dev/null +++ b/v0.9.5/views/account.html @@ -0,0 +1,62 @@ +{{ template "header.html" . }} +
+
+

account - logout +

username: {{ .User.Name }} +

+
+ +

about me: +

+ +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+

+
+
+
+
+ +

change password +

- oldpass +

- newpass +

+

+
+
-- cgit v1.2.3-54-g00ecf