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/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates/index.html') 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 %} + var tags = {{ tags_autocomplete|safe }}; + $().ready(function(){ + var tab_id = "{{ tab_id }}"; + $("#"+tab_id).attr('className',"on"); + $("#nav_questions").attr('className',"on"); + }); + + + {% endblock %} {% block content %}
@@ -118,6 +120,8 @@
+{% else %} +{% include "tag_selector.html" %} {% endif %}

{% trans "Recent tags" %}

-- cgit v1.2.3-1-g7c22 From 4be0491e6adef6bf5817545ec9e050555066352f Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 9 Dec 2009 12:13:32 -0500 Subject: better selector of ignored questions, split javascript tag_selector into separate file, fixed question counter messages in the english lang file --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 68a13197..4041b863 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@ }); - + {% endblock %} {% block content %}
-- cgit v1.2.3-1-g7c22