Skip to content

Commit

Permalink
Merge pull request #4217 from yakky/feature/fix_language_chooser
Browse files Browse the repository at this point in the history
Update language chooser default template
  • Loading branch information
yakky committed Jun 27, 2015
2 parents 1eae3a7 + a6662dd commit d1f7a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion menus/templates/menu/language_chooser.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% load i18n menu_tags %}

{% get_available_languages as languages %}
{% if languages|length > 1 %}
{% for language in languages %}
<li class="lang{% ifequal current_language language.0 %} active{% endifequal %}">
Expand Down

0 comments on commit d1f7a7b

Please sign in to comment.