class LessonTagView(ListView):
    """ Shows all lessons related to the current category"""
    model = LessonTag
    context_object_name = 'tag'
    template_name = 'lesson/tag.html'