コード例 #1
0
def make_not_published(lecture):
    event.make_not_published(lecture.event)
    make_not_with_video(lecture)
コード例 #2
0
def make_not_published(lecture):
    event.make_not_published(lecture.event)
    make_not_with_video(lecture)
コード例 #3
0
def make_not_with_published_event(lecture):
    event.make_not_published(lecture.event)
コード例 #4
0
def make_not_with_published_event(lecture):
    event.make_not_published(lecture.event)