From bd76f5ec22650d03992098e0e99c52d1bd44ac63 Mon Sep 17 00:00:00 2001 From: Aaryan Porwal Date: Fri, 20 Sep 2024 22:05:50 +0530 Subject: [PATCH] fix(a11y): Fix broken lang attribute --- templates/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/templates/base.html b/templates/templates/base.html index 282ed78a88b..9c94bfc1fc4 100644 --- a/templates/templates/base.html +++ b/templates/templates/base.html @@ -1,8 +1,8 @@ + {% block extra_html_class %}{% endblock %}" + lang="{% block meta_lang %}en{% endblock %}" dir="ltr">