Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita3a4577

Browse files
wouterjweaverryan
authored andcommitted
Do not break twig syntax
1 parent067f205 commita3a4577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ to show a link to exit impersonation:
19291929
..code-block::html+jinja
19301930

19311931
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
1932-
<a href="{{ path('homepage', {_switch_user: '_exit'}) }}">Exit impersonation</a>
1932+
<a href="{{ path('homepage', {'_switch_user': '_exit'}) }}">Exit impersonation</a>
19331933
{% endif %}
19341934

19351935
..code-block::html+php

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp