from .models import * class Consent(Page): form_model = 'player' form_fields = ['signature', 'datesigned'] page_sequence = [Consent]