Merge pull request #656 from MyIgel/show-language-select

Frontend: Show language selects on every page
This commit is contained in:
msquare 2019-10-13 13:11:36 +02:00 committed by GitHub
commit 3d9394df86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 10 deletions

View File

@ -55,7 +55,6 @@
{{ elements.toolbar_item(user.name, url('users', {'action': 'view'}), 'users', 'icon icon-icon_angel') }}
{% endif %}
{% if has_permission_to('user_settings') or has_permission_to('logout') %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
@ -64,7 +63,6 @@
{{ menuUserSubmenu()|join(" ")|raw }}
</ul>
</li>
{% endif %}
</ul>
{% endblock %}