summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index ee1f66e..0ae6d4c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
- <title>{% block title %}{{ app_name }}{% endblock %}</title>
+ <title>{% block title %}{{ app_name|title }}{% endblock %}</title>
<meta name="author" content="" />
<meta name="dc.language" content="en" />
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/normalize.css" />