Commit 853a16a3 authored by Aleksandr Fedorov's avatar Aleksandr Fedorov

Fix route name in security service doc

parent 3d5d39ea
...@@ -269,7 +269,7 @@ are replaced with ``_`` and the leading ``/`` is stripped): ...@@ -269,7 +269,7 @@ are replaced with ``_`` and the leading ``/`` is stripped):
.. code-block:: jinja .. code-block:: jinja
<a href="{{ path('logout') }}">Logout</a> <a href="{{ path('admin_logout') }}">Logout</a>
Allowing Anonymous Users Allowing Anonymous Users
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment