0.12.32 fix switch langs
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
<div onclick="showLang(this)" class="dropdown_lang">
|
||||
<div id="dropbtn_lang" class="dropbtn_lang">RU</div>
|
||||
<div class="dropdown-content-lang">
|
||||
<a id="ru_lang" href="/ru{{ request.path|del_lang_from_path }}">RU</a>
|
||||
<a id="en_lang" href="/en{{ request.path|del_lang_from_path }}">EN</a>
|
||||
<a id="ru_lang" href="/ru{{ request.build_absolute_uri|del_lang_from_path }}">RU</a>
|
||||
<a id="en_lang" href="/en{{ request.build_absolute_uri|del_lang_from_path }}">EN</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user