summaryrefslogtreecommitdiff
path: root/chimere/templates/base.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-03-11 13:18:49 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-03-11 16:00:39 +0100
commit30afe114f85e2582f148785ad98ab5c44b883c1e (patch)
tree14716dee84140e03ab5f18e9e406f0c405a22511 /chimere/templates/base.html
parentb054242c22970c42294dddda13ce9757b68147e7 (diff)
downloadChimère-30afe114f85e2582f148785ad98ab5c44b883c1e.tar.bz2
Chimère-30afe114f85e2582f148785ad98ab5c44b883c1e.zip
Manage multi categories on hovering - Manage different favicon for each map
Diffstat (limited to 'chimere/templates/base.html')
-rw-r--r--chimere/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/templates/base.html b/chimere/templates/base.html
index f1f4d5b..b80c42f 100644
--- a/chimere/templates/base.html
+++ b/chimere/templates/base.html
@@ -1,4 +1,5 @@
-{% load i18n %}<html lang="en">
+{% load i18n %}<!doctype html>
+<html lang="fr">
<head>
<title>{% block title %}{{PROJECT_NAME}}{% endblock %}</title>
{% if MOBILE %}<meta name="apple-mobile-web-app-capable" content="yes">