Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f16967

Browse filesBrowse files
committed
[#2265] Slight revert per @stof
1 parent 9ad03f7 commit 4f16967
Copy full SHA for 4f16967

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/security.rst

Copy file name to clipboardExpand all lines: book/security.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ to show a link to exit impersonation:
17991799
.. code-block:: html+jinja
18001800

18011801
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
1802-
<a href="{{ path('homepage', { _switch_user: '_exit' }) }}">Exit impersonation</a>
1802+
<a href="{{ path('homepage', {_switch_user: '_exit'}) }}">Exit impersonation</a>
18031803
{% endif %}
18041804

18051805
.. code-block:: html+php

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.