fix variable name

This commit is contained in:
ghost 2023-10-14 17:59:08 +03:00
parent 924137f09a
commit 851efe0392

View File

@ -118,7 +118,7 @@
{{ 'Moderator' | trans }}
</td>
<td>
{% if session.moderator %}
{% if user.moderator %}
{{ 'Yes'| trans }}
{% if session.moderator %}
<a class="float-right" href="{{ path('user_moderator_toggle', { userId : user.id }) }}" title="{{ 'Toggle' | trans }}">