from .models import * class Introduction(Page): form_model = 'player' class Controlvideo(Page): form_model = 'player' page_sequence = [Introduction, Controlvideo]