mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
style: Fix minor formatting issue in base template
This commit is contained in:
@@ -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' }}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user