Skip to content
Snippets Groups Projects
Commit 50aba3d4 authored by HeJ's avatar HeJ
Browse files

plainui: share URL includes locale in archive mode

parent babf2805
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
{% macro share(title=_("share this "), color="transparent" ) -%} {% macro share(title=_("share this "), color="transparent" ) -%}
{% if not disable_share %} {% if not disable_share %}
<a <a
href="{{ hub_absolute_self(request, i18n=False) }}" href="{{ hub_absolute_self(request, i18n=archive_mode) }}"
class="btn-icon-big btn-{{ color }} nav-link" class="btn-icon-big btn-{{ color }} nav-link"
title="{{ title }}" title="{{ title }}"
target="_blank" target="_blank"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment