From e0ca887623682d059c6513a1ce36228d4e8c4f21 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 27 Mar 2026 11:29:40 +0100 Subject: Upload to web repo --- templates/account.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 templates/account.html (limited to 'templates/account.html') diff --git a/templates/account.html b/templates/account.html new file mode 100644 index 0000000..68b1abf --- /dev/null +++ b/templates/account.html @@ -0,0 +1,62 @@ +{% extends "layout.html"%} + +{% block title %} + Account +{% endblock %} + +{% block main %} +
+ +
+
+
+ + + + Username
+
+
{{ name }}
+
+
+ + +
+
+ + + + Budget
+
+
{{ budget | usd }}
+
+
+ + +
+
+ + + Reset Password
+
+
+ + + +
+ +

* Password must be between 6-25 characters long and contain at least one number and one letter

+ + + +

* Your input must match the password above

+ +
+
+
+
+ +
+ +
+
+{% endblock %} -- cgit v1.2.3