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
| Name | Description | Type | Default |
|---|---|---|---|
| func (required) | The function to be decorated. EndPageStep: A step object that represents the end page of a form. | TemplateFunction | None |
Return Value
abstra_internals.entities.forms.steps.EndPageStep