예제 #1
0
파일: tags.py 프로젝트: pombredanne/dworkin
 def get_context_data(self, **kwargs):
     context = super(TagsList, self).get_context_data(**kwargs)
     context['categories'] = TagService.get_category_tag_cloud()
     context['page'] = 'tags_page'
     return context