[ADD] Language code to page and language selector

This commit is contained in:
Peter Pfeufer
2023-08-28 21:40:28 +02:00
parent 36b3077caa
commit 66822107e3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{% load navactive %}
{% load auth_notifications %}
<!DOCTYPE html>
<html lang="en">
<html lang="{{ LANGUAGE_CODE }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">