Beispiel #1
0
def make_published(lecture):
    event.make_published(lecture.event)
    make_with_video(lecture)
def make_published(lecture):
    event.make_published(lecture.event)
    make_with_video(lecture)
Beispiel #3
0
def make_with_published_event(lecture):
    event.make_published(lecture.event)
def make_with_published_event(lecture):
    event.make_published(lecture.event)