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