Fixed auto i18n url generation

This commit is contained in:
Felipe Martín 2015-09-09 22:52:10 +02:00
parent 9e0c727a16
commit e91759adc5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
{% for language in LANGUAGES %}
{% language language.code %}
<a class="item {% if language.code == LANGUAGE_CODE %}active{% endif %}"
href="{{ item.get_absolute_url }}">{{ language.name }}</a>
href="{{ language.url }}">{{ language.name }}</a>
{% endlanguage %}
{% endfor %}
</div>