style: Fix minor formatting issue in base template

This commit is contained in:
James Graham
2020-06-26 11:58:15 +01:00
parent 8689c1a204
commit a1f9510a8c

View File

@@ -1,8 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
{% load bootstrap4 %} {% load bootstrap4 %}
{% if 'use_i18n'|bootstrap_setting %} {% if 'use_i18n'|bootstrap_setting %}
{% load i18n %} {% load i18n %}
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
{% endif %} {% endif %}
<html lang="{{ LANGUAGE_CODE|default:'en_us' }}"> <html lang="{{ LANGUAGE_CODE|default:'en_us' }}">