Skip to content
Snippets Groups Projects
Commit be045764 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Add navbar-right class to language switch if no user is logged in

parent 28d5b6d4
No related branches found
No related tags found
1 merge request!50Upgraded to CKAN 2.10
......@@ -112,7 +112,8 @@
</a>
</li>
{% endif %} {% endblock %}
<li class="language-switch sign-language">
{% if c.userobj %}
<li class="language-switch sign-language{% if c.userobj %} navbar-right{% endif %}">
<a href="/gebaerdensprache" aria-label="{{ _('Sign language') }}" title="{{ _('Sign language') }}" class="navGebaerdensprache"></a>
</li>
<li class="language-switch simple-language">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment