Add lang attribute to <html> tag in presale

This commit is contained in:
Raphael Michel
2020-03-08 15:23:47 +01:00
parent 79ecb231f2
commit 23a52eb12a
3 changed files with 7 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
{% load statici18n %}
{% load thumb %}
<!DOCTYPE html>
<html{% if rtl %} dir="rtl" class="rtl"{% endif %}>
<html{% if rtl %} dir="rtl" class="rtl"{% endif %} lang="{{ html_locale }}">
<head>
<title>{% block thetitle %}{% endblock %}</title>
{% if css_file %}