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