From c426fbebb786f4b33fd701f37372c30ebfed796a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 26 May 2010 09:58:43 -0500 Subject: Highlight 'Packages' in navbar when browsing packages Get this working by doing some class business with CSS in order to highlight the correct tab. I had to add some stuff to a variety of pages but it should be working correctly now. Addresses FS#19591. Signed-off-by: Dan McGee --- public/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/views.py') diff --git a/public/views.py b/public/views.py index eaa5734..13589a8 100644 --- a/public/views.py +++ b/public/views.py @@ -53,8 +53,7 @@ def download(request): return list_detail.object_list(request, qset.order_by('mirror__country', 'mirror__name', 'protocol'), template_name="public/download.html", - template_object_name="mirror_url", - extra_context={"path": request.path}) + template_object_name="mirror_url") def feeds(request): context = { -- cgit v1.2.3-24-g4f1b