forked from rDrama/rDrama
1
0
Fork 0

fix sorting by tier

master
Aevann 2023-05-11 17:27:48 +03:00
parent d726a0fbd7
commit 88a8d6e03e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<tr>
<td>{{loop.index}}</td>
<td>{% include "user_in_table.html" %}</td>
<td>
<td data-sort-key="{{user.patrons}}">
{% if user.patron > 1 %}
<img class="contain" alt="2{{user.patron}}" loading="lazy" width=29.33 height=32 src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/badges/2{{user.patron}}.webp?b=8">
{% endif %}