From a1f9510a8c6832049f3f2437796226f79b37b62c Mon Sep 17 00:00:00 2001 From: James Graham Date: Fri, 26 Jun 2020 11:58:15 +0100 Subject: [PATCH] style: Fix minor formatting issue in base template --- breccia_mapper/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}