summaryrefslogtreecommitdiff
path: root/chimere/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/base.html')
-rw-r--r--chimere/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/base.html b/chimere/templates/base.html
index 149cc71..619aa0b 100644
--- a/chimere/templates/base.html
+++ b/chimere/templates/base.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>{% block title %}Chimère{% endblock %}</title>
+ <title>{% block title %}{{PROJECT_NAME}}{% endblock %}</title>
{% block extra_head %}
{% endblock %}
</head>