@@ -4,7 +4,7 @@
{%- set style_well_big = "style=\"background-color: #F0F0F0; border-radius: 3px; margin: 24px 0px; padding: 12px 16px; font-size: 18px; text-align: center;\"" -%}
{%- set style_button = "style=\"background-color: #08C; border-radius: 3px; color: #FFF; display: block; text-align: center; margin: 24px 0px; padding: 12px 0px; text-decoration: none; font-weight: bold; font-size: 18px;\"" -%}
<!DOCTYPE html>
-<html lang="en">
+<html lang="{{ LANGUAGE_CODE }}">
<head>
<meta charset="utf-8">
</head>
@@ -1,6 +1,6 @@
{% from "admin/macros.html" import page_title -%}
<title>{% block title %}{{ page_title() }}{% endblock %}</title>
{% from "cranefly/macros.html" import page_title -%}