From 94ca140e78a705c7e12be9b4c6de2ace35fe0215 Mon Sep 17 00:00:00 2001 From: hernani Date: Fri, 9 Jul 2010 22:22:53 +0000 Subject: [PATCH] Fixes a bad template tag in the front page. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@515 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/templates/index.html b/forum/skins/default/templates/index.html index 3c145ef..94552e6 100644 --- a/forum/skins/default/templates/index.html +++ b/forum/skins/default/templates/index.html @@ -17,7 +17,7 @@ {% endif %} {% endif %} - {% question_list_count %} + {% include "question_list/count.html" %} {% sidebar_upper %} {% if request.user.is_authenticated %} {% tag_selector %} -- 2.39.5