Aevann 2023-03-15 04:22:06 +02:00
parent 096fb962f1
commit b732469bc4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<tr>
<td>{{loop.index}}</td>
<td>{% include "user_in_table.html" %}</td>
<td>{{user.ban_reason.split('by ')[1]}}</td>
<td>{{user.ban_reason.split('by ')[1] | safe}}</td>
</tr>
{% endfor %}
</table>