From c25236bc07d2f313f4853fd55c695d655229a37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 21 Jul 2025 15:38:52 +0200 Subject: [PATCH] Refactor profile and base templates for improved clarity and consistency --- templates/accounts/profile.html | 21 ++------------------- templates/base.html | 17 +---------------- 2 files changed, 3 insertions(+), 35 deletions(-) diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html index 20608f4..5d05c3f 100644 --- a/templates/accounts/profile.html +++ b/templates/accounts/profile.html @@ -31,14 +31,6 @@ Email: {{ user.email|default:"Not provided" }} - - First Name: - {{ user.first_name|default:"Not provided" }} - - - Last Name: - {{ user.last_name|default:"Not provided" }} - Date Joined: {{ user.date_joined|date:"F d, Y" }} @@ -92,28 +84,19 @@
-
+

-

Campaigns Tracked

-
-
-

-

-

Drops Collected

-
-
-
+

-

Games Followed

-

- Detailed statistics coming soon! -

diff --git a/templates/base.html b/templates/base.html index e50081b..ab84c0c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,7 +56,7 @@