- Do not force the language in the url when sign in (to use the user language preference).
- Do not force the language in the url when sign out to use the cookie or Accept-Language settings
This commit is contained in:
parent
2a93456350
commit
a175595e23
2 changed files with 3 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<a class="title" href="/{{ context.tr.current_lang_code() }}/"><img class="logo" src="
|
||||
<a class="title" href="/"><img class="logo" src="
|
||||
{#
|
||||
It should be better to put the image link into the CSS file
|
||||
(in case of CSS dynamic swap for instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue