We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django_anysign.SignerReturnView is a view where signer lands back from backend page, right after he proceed/refused a signature.
django_anysign.SignerReturnView
Typical methods/attributes are:
signer
get_signer
signature
get_signature
get_context_data()
signer.signature
update_signer(status, status_date)
update_signature(status, status_date)
signature/signer_return.html
The text was updated successfully, but these errors were encountered:
Added expectations in ticket's description.
Sorry, something went wrong.
No branches or pull requests
django_anysign.SignerReturnView
is a view where signer lands back from backend page, right after he proceed/refused a signature.Typical methods/attributes are:
signer
andget_signer
=> property to get signer instance from requestsignature
andget_signature
=> property to get signature instance from requestget_context_data()
=>signer
in context data,signer.signature
in context dataupdate_signer(status, status_date)
=> updates signer status (backend's specific status). Not implemented.update_signature(status, status_date)
=> updates signature status (backend's specific status). Not implemented.signature/signer_return.html
The text was updated successfully, but these errors were encountered: