예제 #1
0
def fill_stage(request, sync_id, stage_id):
    from webinars_web.webinars import models as wm
    return syncs._fill_stage(request, 'account', wm.AccountSyncStage.objects.get(pk=stage_id), sync_id)