mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix variable name
This commit is contained in:
parent
924137f09a
commit
851efe0392
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@
|
||||||
{{ 'Moderator' | trans }}
|
{{ 'Moderator' | trans }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if session.moderator %}
|
{% if user.moderator %}
|
||||||
{{ 'Yes'| trans }}
|
{{ 'Yes'| trans }}
|
||||||
{% if session.moderator %}
|
{% if session.moderator %}
|
||||||
<a class="float-right" href="{{ path('user_moderator_toggle', { userId : user.id }) }}" title="{{ 'Toggle' | trans }}">
|
<a class="float-right" href="{{ path('user_moderator_toggle', { userId : user.id }) }}" title="{{ 'Toggle' | trans }}">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue