add more user info to pms

This commit is contained in:
sheepish
2024-11-11 14:49:56 +00:00
committed by Spine
parent 175d34ef84
commit 48c2cd77e4

View File

@@ -18,7 +18,7 @@
{% if sender_list[post.sender_id] is null %}
System</strong> {{ post.sent_date|time_diff }}
{% else %}
{{ post.sender_id|user_url }}</strong> {{ post.sent_date|time_diff }}
{{ post.sender_id|user_full }}</strong> {{ post.sent_date|time_diff }}
- <a href="#quickpost" onclick="Quote('{{ post.id }}','{{ sender_list[post.sender_id].username }}');" class="brackets">Quote</a>
{% endif %}
</div>