Skip to main content

end_page_step

Add this decorator to a function to mark it as the end page of a form. It will remove buttons and end execution.

Parameters

NameDescriptionTypeDefault
func (required)The function to be decorated. EndPageStep: A step object that represents the end page of a form.TemplateFunctionNone

Return Value

abstra_internals.entities.forms.steps.EndPageStep