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