class LessonCategoryView(ListView):
    """ Shows all tags related to the current category"""
    model = LessonCategory
    context_object_name = 'category'
    template_name = 'lesson/category.html'