fix: Adjust site language based on selected language

This commit is contained in:
moanos [he/him] 2025-03-20 18:34:25 +01:00
parent d940630086
commit bbad63a460

View File

@ -1,7 +1,8 @@
{% load custom_tags %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE%}
<!DOCTYPE html>
<html lang="en">
<html lang="{{ LANGUAGE_CODE }}">
<head>
{% block title %}{% endblock %}
<meta charset="utf-8">