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 @@