Beispiel #1
0
def drama_kidnapping_car_ride(request):
    render_url = concatekev.main('car ride')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_kidnapping_car_ride'
    })
Beispiel #2
0
def drama_identity_crisis_knowledge_moment(request):
    render_url = concatekev.main('knowledge moment')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_identity_crisis_knowledge_moment'
    })
Beispiel #3
0
def drama_loss_discussion(request):
    render_url = concatekev.main('discussion')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_loss_discussion'
    })
Beispiel #4
0
def action_space_missing_your_family(request):
    render_url = concatekev.main('missing your family')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_space_missing_your_family'
    })
Beispiel #5
0
def drama_identity_crisis_resolution(request):
    render_url = concatekev.main('resolution')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_identity_crisis_resolution'
    })
Beispiel #6
0
def action_space_no_return(request):
    render_url = concatekev.main('no return')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_space_no_return'
    })
Beispiel #7
0
def action_space_aliens_attack(request):
    render_url = concatekev.main('aliens attack')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_space_aliens_attack'
    })
Beispiel #8
0
def action_war_climax(request):
    render_url = concatekev.main('climax')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_war_climax'
    })
Beispiel #9
0
def action_war_make_a_plan(request):
    render_url = concatekev.main('make a plan')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_war_make_a_plan'
    })
Beispiel #10
0
def comedy_relationship_forced_situation(request):
    render_url = concatekev.main('forced situation')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_relationship_forced_situation'
    })
Beispiel #11
0
def action_competition_car_chase(request):
    render_url = concatekev.main('car chase')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'action_competition_car_chase'
    })
Beispiel #12
0
def comedy_relationship_get_to_know(request):
    render_url = concatekev.main('get-to-know')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_relationship_get_to_know'
    })
Beispiel #13
0
def comedy_confusion_a_person(request):
    render_url = concatekev.main('a person')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_confusion_a_person'
    })
Beispiel #14
0
def comedy_surrealism_colors(request):
    render_url = concatekev.main('colors')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'comedy_surrealism_colors'
    })
Beispiel #15
0
def drama_kidnapping_dramatic_reunion(request):
    render_url = concatekev.main('dramatic reunion')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_kidnapping_dramatic_reunion'
    })
Beispiel #16
0
def drama_kidnapping_phone_call(request):
    render_url = concatekev.main('phone call')
    return render_to_response('frontend/videosplay.html', {
        'url': render_url,
        'title': 'drama_kidnapping_phone_call'
    })