diff options
-rw-r--r-- | built-texts/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/built-texts/templates/base.html b/built-texts/templates/base.html index 444568f..e352a5e 100644 --- a/built-texts/templates/base.html +++ b/built-texts/templates/base.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="{{ DEFAULT_LANG }}"> <head> {% block head %} |