From 1fd5cddd3ca1b8441b8155b0753fa8e2649b0069 Mon Sep 17 00:00:00 2001 From: Michatec Date: Sun, 23 Nov 2025 00:14:31 +0100 Subject: [PATCH] Fix Username not shown --- templates/admin.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/admin.html b/templates/admin.html index d873c25..248bf23 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -122,6 +122,7 @@ Profile Picture {% endif %} {% endif %} + {{ post.user.username }} {{ post.content|truncate(50) }} @@ -165,6 +166,7 @@ Profile Picture {% endif %} {% endif %} + {{ f.requester.username }} {% if f.receiver.profile_pic and f.receiver.profile_pic != 'default.png' %} @@ -174,6 +176,7 @@ Profile Picture {% endif %} {% endif %} + {{ f.receiver.username }} {% if f.status == 'accepted' %} @@ -214,6 +217,7 @@ Profile Picture {% endif %} {% endif %} + {{ comment.user.username }} {{ comment.post.id }} {{ comment.content|truncate(50) }} @@ -334,6 +338,7 @@ Profile Picture {% endif %} {% endif %} + {{ usi.user.username }} {{ usi.item.name }} @@ -364,6 +369,7 @@ Profile Picture {% endif %} {% endif %} + {{ user.username }} {{ user.reward_points() }}