summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-07-27 20:44:51 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-07-27 20:44:51 -0400
commit6568706a83a94faa18a715ec5e50a6282dc85c1a (patch)
treed1ab617f04caa5f2fc0a61336281c13716a898d2 /templates/base.html
parentfaf167aed99ac4e28927f729b7c7bc94a47ef139 (diff)
downloadaskbot-6568706a83a94faa18a715ec5e50a6282dc85c1a.tar.gz
askbot-6568706a83a94faa18a715ec5e50a6282dc85c1a.tar.bz2
askbot-6568706a83a94faa18a715ec5e50a6282dc85c1a.zip
added APP_TITLE, APP_KEYWORDS and APP_DESCRIPTION
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 0852f7de..bf24c840 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,7 @@
{% load i18n %}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>{% block title %}{% endblock %} - {% trans "site title" %} - {% trans "site slogan" %}</title>
+ <title>{% block title %}{% endblock %} - {{ APP_TITLE }}</title>
{% spaceless %}
{% block meta %}{% endblock %}
{% endspaceless %}