Skip to content

Commit

Permalink
Merge branch 'hotfix/access-denied-logout-message' into feature/FORMS…
Browse files Browse the repository at this point in the history
…-985-update-os2forms-organisation
  • Loading branch information
martinyde committed Dec 14, 2023
2 parents 7cb3183 + 6a224ee commit bbd4564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ page.content }}
{% if logged_in %}
<p>
{% set url = path('/user/logout', {destination: request_uri}) %}
{% set url = path('user.logout', {destination: request_uri}) %}
{{ 'Here is a suggestion to what you can do. Try to log out of <a href=":url">@siteName</a>'|t({':url': url, '@siteName': site_name}) }}
</p>
{% endif %}
Expand Down

0 comments on commit bbd4564

Please sign in to comment.