from .models import * class Instructions(Page): form_model = 'player' class MyWaitPage(WaitPage): wait_for_all_groups = True page_sequence = [Instructions, MyWaitPage]