summaryrefslogtreecommitdiffstats
path: root/feincms/views/generic/list_detail.py
blob: 6684e5abebabcfe88dfb52d74f2317398349cb23 (plain)
1
2
3
4
5
6
7
from django.views.generic import list_detail
from feincms.views.decorators import add_page_to_extra_context


object_list = add_page_to_extra_context(list_detail.object_list)
object_detail = add_page_to_extra_context(list_detail.object_detail)