diff --git a/breccia_mapper/templates/base.html b/breccia_mapper/templates/base.html index 5eea059..1b93a01 100644 --- a/breccia_mapper/templates/base.html +++ b/breccia_mapper/templates/base.html @@ -1,8 +1,8 @@ {% load bootstrap4 %} {% if 'use_i18n'|bootstrap_setting %} -{% load i18n %} -{% get_current_language as LANGUAGE_CODE %} + {% load i18n %} + {% get_current_language as LANGUAGE_CODE %} {% endif %}