class DeleteTagView(DeleteView):
    model = LessonTag
    success_url = reverse_lazy('manage_lesson_tags')

    def get(self, *args, **kwargs):