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. | TemplateFunction | None |
Return Value
abstra_internals.entities.forms.steps.EndPageStep