Ignore:
Timestamp:
May 13, 2010, 3:23:56 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
Children:
3d07eb0
Parents:
97399af
git-author:
Alex Dehnert <adehnert@…> (05/13/10 03:23:56)
git-committer:
Alex Dehnert <adehnert@…> (05/13/10 03:23:56)
Message:

Properly display categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r97399af r189506e  
    1212        category_obj = get_object_or_404(forms.models.FYSMTag, slug=category)
    1313        queryset = queryset.filter(tags=category_obj)
    14     print queryset
     14    categories = forms.models.FYSMTag.objects.all()
    1515    return list_detail.object_list(
    1616        request,
     
    2222            "pagename": "fysm",
    2323            "category": category_obj,
     24            "categories": categories,
    2425        }
    2526    )
Note: See TracChangeset for help on using the changeset viewer.