From 6568706a83a94faa18a715ec5e50a6282dc85c1a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 27 Jul 2009 20:44:51 -0400 Subject: added APP_TITLE, APP_KEYWORDS and APP_DESCRIPTION --- templates/base.html | 2 +- templates/index.html | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'templates') 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 %} - {% block title %}{% endblock %} - {% trans "site title" %} - {% trans "site slogan" %} + {% block title %}{% endblock %} - {{ APP_TITLE }} {% spaceless %} {% block meta %}{% endblock %} {% endspaceless %} diff --git a/templates/index.html b/templates/index.html index 2ef66d4e..db2bb12e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,8 +4,8 @@ {% load humanize %} {% load extra_filters %} {% block title %}{% spaceless %}{% trans "Home" %}{% endspaceless %}{% endblock %} -{% block meta %} - {% endblock %} +{% block meta %} + {% endblock %} {% block forejs %}