mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix login/logout routes
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
</li>
|
||||
<li>
|
||||
{% if app['authentication'].isAuthenticated() %}
|
||||
<a href="/login/logout/?app={{module}}" target="_self">
|
||||
<a href="{{ path('logout', { 'redirect' : module }) }}" target="_self">
|
||||
<span>
|
||||
{% trans 'phraseanet:: deconnection' %}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user