Skip to content
Snippets Groups Projects
Unverified Commit 50009cc5 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: Links in the admin page should also be translated.

parent 38205eae
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<ul>
{%- for key, link in links %}
<li><a href="{{ link.href }}">{{ link.text }}</a></li>
<li><a href="{{ link.href }}">{{ link.text|trans }}</a></li>
{%- endfor %}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment