summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/news/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index 65b44add..a678021b 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -30,7 +30,7 @@
</header>
<p class="item-abstract">
{{ get_abstract(item['page'], 1000) }} <br/>
- [<a href="{{ url(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
+ [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
</p>
</section>
</div>