need to translate everything on every page
This commit is contained in:
parent
9e8c51790e
commit
65c01fb42f
2 changed files with 4 additions and 4 deletions
|
|
@ -2,3 +2,7 @@
|
|||
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
|
||||
{% block i18n %}
|
||||
localize("#header_user_nav");
|
||||
{% endblock i18n %}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,3 @@
|
|||
{% block additional_js %}{% endblock additional_js %}
|
||||
</body>
|
||||
{% endblock page %}
|
||||
|
||||
{% block i18n %}
|
||||
localize("#header_user_nav");
|
||||
{% endblock i18n %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue