forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann1 2022-12-19 22:55:52 +02:00
parent c842d44384
commit 5c6adbc3ab
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{%- include 'admin/shadowbanned_tooltip.html' -%}
{% if user %}
<a data-sort-key="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<div class="profile-pic-20-wrapper mb-2">
<img loading="lazy" src="{{user.profile_url}}" class="pp20">
@ -8,3 +9,4 @@
</div>
<span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %}>{{user.user_name}}</span>
</a>
{% endif %}