Specify the document language based on the session's language setting

This commit is contained in:
Kiril Kovachev 2024-10-16 15:45:55 +01:00
parent 49bc51d1e0
commit c66c097101

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{session['language'] or 'ja'}}">
<head>
<meta charset="UTF-8">