diff --git a/core/templates/home/scieloorg/header.html b/core/templates/home/scieloorg/header.html index 6a536fd9..c54a5811 100644 --- a/core/templates/home/scieloorg/header.html +++ b/core/templates/home/scieloorg/header.html @@ -23,14 +23,33 @@ {% if page %} - {% for translation in page.get_translations.live %} - {% get_language_info for translation.locale.language_code as lang %} -
  • - - {{ lang.name_local }} - -
  • - {% endfor %} + {% get_current_language as LANGUAGE_CODE %} + {% get_language_info for LANGUAGE_CODE as current_lang %} + {% endif %}