0.1.3 fix lang

This commit is contained in:
SDE
2023-12-08 17:27:44 +03:00
parent f7cdf109fa
commit f64d98dfe3

View File

@@ -1,7 +1,7 @@
{% load static %}
<!DOCTYPE html>
<html lang="{{ LANGUAGE_CODE }}">
<html lang="{{ request.LANGUAGE_CODE }}">
<head>
<meta charset="UTF-8">
<title>AerBim</title>