Localize error pages & update lang in html tag

This commit is contained in:
Nyymix 2025-05-04 22:03:07 +03:00
parent 232ac6193a
commit ff8328b4e3
6 changed files with 63 additions and 24 deletions

View file

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="en">
{% load static %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<html lang="{{ LANGUAGE_CODE }}">
{% load static %}
{% load top_tags %}
<head>
<meta charset="UTF-8">