From c126492aba5b11415c9310f11c57f4ed580c3d86 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 9 Nov 2009 19:21:35 -0600 Subject: Fix highlighting on main site tabs We should always highlight 'Home' when on the Django site. The sole exception is the download page which has its own special place. Signed-off-by: Dan McGee --- public/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public') diff --git a/public/views.py b/public/views.py index e301aaef..39e5b5fb 100644 --- a/public/views.py +++ b/public/views.py @@ -68,8 +68,7 @@ def moreforums(request): return list_detail.object_list(request, AltForum.objects.order_by('language', 'name'), template_name="public/moreforums.html", - template_object_name="forum", - extra_context={"path": request.path}) + template_object_name="forum") # vim: set ts=4 sw=4 et: -- cgit v1.2.3-55-g3dc8