mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Remove User_Adapter Inteface References
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
{% endif %}
|
||||
<li>
|
||||
{% if app['authentication'].isAuthenticated() %}
|
||||
{% if app['authentication'].getUser().is_guest %}
|
||||
{% if app['authentication'].getUser().isGuest %}
|
||||
<span>
|
||||
{{ 'Guest' | trans }}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user