From a0f11c568debb656ce979910ef92f2bec6ffb359 Mon Sep 17 00:00:00 2001 From: Bentheminernz <65065992+Bentheminernz@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:31:55 +1300 Subject: [PATCH] Removes useless if username check --- users/templates/users/includes/user-link.html | 90 +++++++++---------- 1 file changed, 43 insertions(+), 47 deletions(-) diff --git a/users/templates/users/includes/user-link.html b/users/templates/users/includes/user-link.html index 5337e95..7694d57 100644 --- a/users/templates/users/includes/user-link.html +++ b/users/templates/users/includes/user-link.html @@ -1,52 +1,48 @@ {% load static %} -{% if user.username %} - - {% if user.profile_cover and user.profile_picture %} -
- {{ user.display_name }}'s profile cover - {{ user.display_name }}'s profile picture -
-
- {{ user.display_name }} - {% if user.display_sponsor_badge %} - Splashcat Sponsor - {% endif %} -
-
@{{ user.username }}
+
+ {% if user.profile_cover and user.profile_picture %} +