aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuxlite_tbs/templates/base.html')
-rw-r--r--tuxlite_tbs/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html
index 2c18586..4dd1f52 100644
--- a/tuxlite_tbs/templates/base.html
+++ b/tuxlite_tbs/templates/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8">
<title>{% block windowtitle %}{{ SITENAME }}{% endblock %}</title>