Fix UserRank not being translatable

This commit is contained in:
rubenwardy
2024-06-08 12:27:05 +01:00
parent 7cf1f40ff6
commit e335797629
9 changed files with 35 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
{% endif %}
{% if r.author.rank == r.author.rank.BOT %}
<span class="badge bg-dark">
{{ r.author.rank.get_title() }}
{{ r.author.rank.title }}
</span>
{% endif %}