Removed 'is'.
This commit is contained in:
parent
2d6f9d0f1b
commit
b49868e9c7
4 changed files with 5 additions and 5 deletions
templates/_layout
|
@ -1,7 +1,7 @@
|
|||
{% from 'macros.twig' import avatar %}
|
||||
{% from '_layout/input.twig' import input_checkbox_raw %}
|
||||
|
||||
{% if globals.auth_info.isImpersonating %}
|
||||
{% if globals.auth_info.impersonating %}
|
||||
{% set real_user_info = globals.auth_info.realUserInfo %}
|
||||
<div class="impersonate">
|
||||
<div class="impersonate-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue