- 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:
Greg Burri 2025-05-07 15:51:19 +02:00
parent 2a93456350
commit a175595e23
2 changed files with 3 additions and 7 deletions

View file

@ -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)